]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
removed useless comments
[l2e.git] / src / loader / Interpreter.h
index 8c14d1e10435bd4615f4916c8b674fddb7803c72..454fccc67427786e61fd3db7b8d22bc074938786 100644 (file)
@@ -1,24 +1,9 @@
-/*
- * Interpreter.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_INTERPRETER_H_
 #define LOADER_INTERPRETER_H_
 
-#include "fwd.h"
 #include "PagedAllocator.h"
 #include "ParsedSource.h"
-#include "TypeDescription.h"
-#include "../battle/fwd.h"
-#include "../common/fwd.h"
 #include "../common/Script.h"
-#include "../geometry/Vector.h"
-#include "../graphics/Color.h"
-#include "../graphics/ComplexAnimation.h"
-#include "../graphics/fwd.h"
 
 #include <map>
 #include <set>
@@ -116,4 +101,4 @@ private:
 
 }
 
-#endif /* LOADER_INTERPRETER_H_ */
+#endif