]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.h
removed lazy fwd headers
[l2e.git] / src / battle / states / RunState.h
index f21280ee224a21ef1cbe6b7f470fddc4dfdb9453..9a3a85608c47aa08d25d18e814189cd93e36b5f7 100644 (file)
@@ -8,9 +8,15 @@
 #ifndef BATTLE_RUNSTATE_H_
 #define BATTLE_RUNSTATE_H_
 
-#include "../fwd.h"
+namespace battle {
+       class BattleState;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../../app/State.h"
-#include "../../math/Vector.h"
 
 namespace battle {