]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Trigger.h
removed lazy fwd headers
[l2e.git] / src / map / Trigger.h
index 024b1f210e57b8714d7a67751951ef207d2fd64a..3baf74a960b8b7badf96727766782fdee5b9c237 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef MAP_TRIGGER_H_
 #define MAP_TRIGGER_H_
 
+namespace common {
+       class Script;
+}
+
 #include "Entity.h"
-#include "fwd.h"
-#include "../common/Script.h"
 #include "../math/Vector.h"
 
 namespace map {