]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/ScriptRunner.h
removed lazy fwd headers
[l2e.git] / src / common / ScriptRunner.h
index 67931c1323f18f49a6e802b54c7c79586ba3a613..2a6b0de18fb880aad53dd956210e1cad2c3bce50 100644 (file)
@@ -1,7 +1,10 @@
 #ifndef COMMON_SCRIPTRUNNER_H_
 #define COMMON_SCRIPTRUNNER_H_
 
-#include "fwd.h"
+namespace common {
+       class ScriptHost;
+}
+
 #include "Script.h"
 #include "../math/Vector.h"