]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
added forwarding headers
[l2e.git] / src / common / Item.h
index 1af15f3de365fc289d5e74a62ac14b0908b63b94..eb60891636e9cb22acd87d5867b372d17afc0db8 100644 (file)
@@ -8,20 +8,15 @@
 #ifndef COMMON_ITEM_H_
 #define COMMON_ITEM_H_
 
+#include "fwd.h"
 #include "HeroGroup.h"
 #include "TargetingMode.h"
+#include "../graphics/fwd.h"
 
 #include <SDL.h>
 
-namespace graphics {
-       class Animation;
-       class Sprite;
-}
-
 namespace common {
 
-class Ikari;
-
 class Item {
 
 public: