]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/TransitionState.h
removed lazy fwd headers
[l2e.git] / src / map / TransitionState.h
index 293cdb2cf906bdd57f5e368253113d68bdf74057..965da8a29f2929697d45d3033c0171ffcb33c86b 100644 (file)
@@ -1,9 +1,16 @@
 #ifndef MAP_TRANSITIONSTATE_H_
 #define MAP_TRANSITIONSTATE_H_
 
-#include "fwd.h"
+namespace map {
+       class Map;
+       class MapState;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../app/State.h"
-#include "../math/Vector.h"
 
 namespace map {