]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.h
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectSpell.h
index 8ad19f1410b09e58e03fab4b59a9f35f1bd154e4..03401c6bcbefef7557025059e4ec4f61b587ba5d 100644 (file)
@@ -8,9 +8,16 @@
 #ifndef BATTLE_SELECTSPELL_H_
 #define BATTLE_SELECTSPELL_H_
 
-#include "../fwd.h"
+namespace battle {
+       class BattleState;
+       class SelectAttackType;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../../app/State.h"
-#include "../../math/Vector.h"
 
 namespace battle {