]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
added forwarding headers
[l2e.git] / src / battle / NumberAnimation.h
index f7530562f048233788f7572ba6ae1c92bbebf51a..c198cd8f4c1c1cb3ca75a45f55c123e3b2855484 100644 (file)
@@ -8,14 +8,9 @@
 #ifndef BATTLE_NUMBERANIMATION_H_
 #define BATTLE_NUMBERANIMATION_H_
 
-#include "../graphics/Animation.h"
-
+#include "../app/fwd.h"
 #include "../geometry/Vector.h"
-
-namespace app {
-       class Application;
-       class State;
-}
+#include "../graphics/Animation.h"
 
 namespace battle {