]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectIkari.h
index e665c696c22cb1240630e9b644be0b3c2cf0ce31..060a8124d693abac6677d21a7e4d106d11f470ec 100644 (file)
@@ -8,9 +8,16 @@
 #ifndef BATTLE_SELECTIKARI_H_
 #define BATTLE_SELECTIKARI_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 {