summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index acaf3b90..b9f4fe5e 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -30,9 +30,7 @@
#include <string>
#include <utility>
-namespace Raul { class Path; }
-namespace Raul { class Symbol; }
-namespace Sord { class World; }
+namespace Raul { class Path; class Symbol; }
namespace ingen {
@@ -65,9 +63,8 @@ public:
};
/** Find all resources of a given type listed in a manifest file. */
- virtual std::set<ResourceRecord> find_resources(Sord::World& world,
- const URI& manifest_uri,
- const URI& type_uri);
+ virtual std::set<ResourceRecord> find_resources(const URI& manifest_uri,
+ const URI& type_uri);
/** Parse a graph from RDF into a Interface (engine or client).
*