summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 16:22:30 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 16:22:30 +0000
commit646889d772c327ed7e867af661581a991fd3ac2d (patch)
treed24b945dd25b1e3d6c722069a0078815d707718c /src/ingen
parent165031dd1ec74125362414d57afb6e51680e969b (diff)
downloadingen-646889d772c327ed7e867af661581a991fd3ac2d.tar.gz
ingen-646889d772c327ed7e867af661581a991fd3ac2d.tar.bz2
ingen-646889d772c327ed7e867af661581a991fd3ac2d.zip
Begin moving shared headers to public include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3558 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index aae428c8..688a75ec 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -42,9 +42,9 @@
#include "ingen/EngineBase.hpp"
#include "ingen/ServerInterface.hpp"
#include "ingen/serialisation/Parser.hpp"
-#include "shared/Configuration.hpp"
+#include "ingen/shared/Configuration.hpp"
#include "shared/World.hpp"
-#include "shared/runtime_paths.hpp"
+#include "ingen/shared/runtime_paths.hpp"
#include "ingen/client/ThreadedSigClientInterface.hpp"
#ifdef WITH_BINDINGS
#include "bindings/ingen_bindings.hpp"