summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index f29fc964..a9c561a0 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -41,11 +41,11 @@
#include "ingen/Configuration.hpp"
#include "ingen/EngineBase.hpp"
#include "ingen/Interface.hpp"
+#include "ingen/Parser.hpp"
#include "ingen/URIMap.hpp"
#include "ingen/World.hpp"
#include "ingen/client/ThreadedSigClientInterface.hpp"
#include "ingen/runtime_paths.hpp"
-#include "ingen/serialisation/Parser.hpp"
#include "ingen/types.hpp"
#ifdef WITH_BINDINGS
#include "bindings/ingen_bindings.hpp"
@@ -157,9 +157,6 @@ main(int argc, char** argv)
ingen_try(world->load_module("server_profiled"),
"Unable to load server module");
- ingen_try(world->load_module("serialisation_profiled"),
- "Unable to load serialisation module");
-
// Initialise engine
ingen_try(bool(world->engine()),
"Unable to create engine");