X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FParsedSource.h;h=619f2b952283a63009a7e8ed8224d2a5788324a7;hb=0911d263c10cca314305799d5b839ee9653cac0b;hp=c843de1889add9c37d22247ced22477533c37af1;hpb=a67f7e662c85b2b8d46f26a3c6e018b2df6eb318;p=l2e.git diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index c843de1..619f2b9 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 @@ -275,4 +279,4 @@ ostream &operator <<(ostream &, const loader::Literal &); } -#endif /* LOADER_PARSEDSOURCE_H_ */ +#endif