]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
removed lazy fwd headers
[l2e.git] / src / loader / Interpreter.h
index 5707959e49265d52b66ecd075ac64d569b7dc44c..5f66c0f954e55243f018eb9065783359801e206b 100644 (file)
@@ -1,17 +1,9 @@
 #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 "../math/Vector.h"
-#include "../graphics/Color.h"
-#include "../graphics/ComplexAnimation.h"
-#include "../graphics/fwd.h"
 
 #include <map>
 #include <set>