]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/ParsedSource.h
removed lazy fwd headers
[l2e.git] / src / loader / ParsedSource.h
index c843de1889add9c37d22247ced22477533c37af1..28aca131d0d4afccd4e9ad282e592f36e7a3f316 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef LOADER_PARSEDSOURCE_H_
 #define LOADER_PARSEDSOURCE_H_
 
-#include "fwd.h"
+namespace loader {
+       class Literal;
+       class PropertyList;
+       class Value;
+}
 
 #include <iosfwd>
 #include <map>