]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/ScriptHost.h
removed useless comments
[l2e.git] / src / common / ScriptHost.h
index 2dd461904d73806c13ec642bd18bef7508f50e98..871355e031341742aa6ef3011791694b01823884 100644 (file)
@@ -1,7 +1,10 @@
 #ifndef COMMON_SCRIPTHOST_H_
 #define COMMON_SCRIPTHOST_H_
 
-#include "fwd.h"
+namespace common {
+       class ScriptRunner;
+}
+
 
 namespace common {
 
@@ -17,4 +20,4 @@ public:
 
 }
 
-#endif /* COMMON_SCRIPTHOST_H_ */
+#endif