X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=454fccc67427786e61fd3db7b8d22bc074938786;hb=0911d263c10cca314305799d5b839ee9653cac0b;hp=fc1499dbd807c10eff793ee7b34a3506db8df640;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index fc1499d..454fccc 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -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 "../geometry/Vector.h" -#include "../graphics/Color.h" -#include "../graphics/ComplexAnimation.h" -#include "../graphics/fwd.h" #include #include @@ -109,4 +101,4 @@ private: } -#endif /* LOADER_INTERPRETER_H_ */ +#endif