]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectItem.h
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectItem.h
index 2bf4d594327af5aa0f574a5d6831ad928dc5825a..6562b694edb6ca74e0c069400a9fcda731c7754b 100644 (file)
@@ -8,9 +8,16 @@
 #ifndef BATTLE_SELECTITEM_H_
 #define BATTLE_SELECTITEM_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 {