]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
removed lazy fwd headers
[l2e.git] / src / common / Inventory.h
index bb8f59964913d2f33e1c07e40e905a083e9e577d..5e21721d5d1a0804bd5186ef1d2952d2668a80d7 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef COMMON_INVENTORY_H_
 #define COMMON_INVENTORY_H_
 
-#include "fwd.h"
+namespace common {
+       class Item;
+}
 
 #include <SDL.h>