]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/ParsedSource.h
removed useless comments
[l2e.git] / src / loader / ParsedSource.h
index c843de1889add9c37d22247ced22477533c37af1..619f2b952283a63009a7e8ed8224d2a5788324a7 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>
@@ -275,4 +279,4 @@ ostream &operator <<(ostream &, const loader::Literal &);
 
 }
 
-#endif /* LOADER_PARSEDSOURCE_H_ */
+#endif