X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=5f66c0f954e55243f018eb9065783359801e206b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=5707959e49265d52b66ecd075ac64d569b7dc44c;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 5707959..5f66c0f 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