]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
removed lazy fwd headers
[l2e.git] / src / common / Item.h
index 2fbcbba2648892aa552936f76ffb21df37d12d39..bacdfb090614f37956062327d27a1e75f58a25c7 100644 (file)
@@ -1,10 +1,16 @@
 #ifndef COMMON_ITEM_H_
 #define COMMON_ITEM_H_
 
-#include "fwd.h"
+namespace common {
+       class Ikari;
+}
+namespace graphics {
+       class Animation;
+       class Sprite;
+}
+
 #include "Hero.h"
 #include "TargetingMode.h"
-#include "../graphics/fwd.h"
 
 #include <SDL.h>