aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Loader.cpp')
-rw-r--r--src/engine/Loader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/Loader.cpp b/src/engine/Loader.cpp
index 070615a..3b889f5 100644
--- a/src/engine/Loader.cpp
+++ b/src/engine/Loader.cpp
@@ -21,8 +21,6 @@
#include <glibmm/ustring.h>
-#include "redlandmm/Query.hpp"
-
#include "machina/Loader.hpp"
#include "machina/Machine.hpp"
@@ -87,6 +85,7 @@ Loader::load(const Glib::ustring& uri)
Created created;
Redland::Model model(_rdf_world, document_uri);
+ model.load_file(document_uri);
Redland::Node nil;