]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
removed lazy fwd headers
[l2e.git] / src / common / Inventory.h
index e7c569605999170b924f1fc4ad53cd5b62d73717..5e21721d5d1a0804bd5186ef1d2952d2668a80d7 100644 (file)
@@ -1,14 +1,9 @@
-/*
- * Inventory.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_INVENTORY_H_
 #define COMMON_INVENTORY_H_
 
-#include "fwd.h"
+namespace common {
+       class Item;
+}
 
 #include <SDL.h>