X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=454fccc67427786e61fd3db7b8d22bc074938786;hb=7582af9fc5f909ef38509c0421e9dbea3c005764;hp=5707959e49265d52b66ecd075ac64d569b7dc44c;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 5707959..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 "../math/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