summaryrefslogtreecommitdiffstats
path: root/src/libs/module/World.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-08 19:26:07 +0000
committerDavid Robillard <d@drobilla.net>2007-10-08 19:26:07 +0000
commitcac2494fb075045694134a7aace68fced10ff1d9 (patch)
tree0375857a1d340eba310262b4bd09c8ed3fb3ea81 /src/libs/module/World.hpp
parent88cff5320290010b5f35b8dcbd40c63317956d62 (diff)
downloadingen-cac2494fb075045694134a7aace68fced10ff1d9.tar.gz
ingen-cac2494fb075045694134a7aace68fced10ff1d9.tar.bz2
ingen-cac2494fb075045694134a7aace68fced10ff1d9.zip
Build fixes.
Work on proper variable (metadata) serialisation. git-svn-id: http://svn.drobilla.net/lad/ingen@854 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/module/World.hpp')
-rw-r--r--src/libs/module/World.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/module/World.hpp b/src/libs/module/World.hpp
index 1caa50ac..ca8f7b14 100644
--- a/src/libs/module/World.hpp
+++ b/src/libs/module/World.hpp
@@ -18,13 +18,13 @@
#ifndef INGEN_WORLD_HPP
#define INGEN_WORLD_HPP
+#include CONFIG_H_PATH
+
#include <string>
#include <glibmm/module.h>
#include <raul/SharedPtr.hpp>
#include <raul/RDFWorld.hpp>
-#include CONFIG_H_PATH
-
#ifdef HAVE_SLV2
#include <slv2/slv2.h>
#endif