X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.h;h=28aca131d0d4afccd4e9ad282e592f36e7a3f316;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=c843de1889add9c37d22247ced22477533c37af1;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index c843de1..28aca13 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -1,7 +1,11 @@ #ifndef LOADER_PARSEDSOURCE_H_ #define LOADER_PARSEDSOURCE_H_ -#include "fwd.h" +namespace loader { + class Literal; + class PropertyList; + class Value; +} #include #include