summaryrefslogtreecommitdiffstats
path: root/include/ingen/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 19:54:57 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 19:54:57 +0000
commit3500ef73d4f668897df248a11bd631e11180045c (patch)
tree88e2bc8de5e1457b36192cc02b67656744b282e8 /include/ingen/client
parentad1e005cefb433b66aed1f5d82f9fe5171d197b3 (diff)
downloadingen-3500ef73d4f668897df248a11bd631e11180045c.tar.gz
ingen-3500ef73d4f668897df248a11bd631e11180045c.tar.bz2
ingen-3500ef73d4f668897df248a11bd631e11180045c.zip
Move more headers to shared include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3566 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/client')
-rw-r--r--include/ingen/client/ClientStore.hpp4
-rw-r--r--include/ingen/client/ObjectModel.hpp2
-rw-r--r--include/ingen/client/PluginModel.hpp2
-rw-r--r--include/ingen/client/PluginUI.hpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp
index 1a93f8e1..a79b235c 100644
--- a/include/ingen/client/ClientStore.hpp
+++ b/include/ingen/client/ClientStore.hpp
@@ -29,8 +29,8 @@
#include "ingen/ServerInterface.hpp"
#include "ingen/client/signal.hpp"
-#include "shared/LV2URIMap.hpp"
-#include "shared/Store.hpp"
+#include "ingen/shared/LV2URIMap.hpp"
+#include "ingen/shared/Store.hpp"
namespace Raul { class Atom; }
diff --git a/include/ingen/client/ObjectModel.hpp b/include/ingen/client/ObjectModel.hpp
index ec2c319a..07cf8674 100644
--- a/include/ingen/client/ObjectModel.hpp
+++ b/include/ingen/client/ObjectModel.hpp
@@ -28,7 +28,7 @@
#include "ingen/GraphObject.hpp"
#include "ingen/client/signal.hpp"
-#include "shared/ResourceImpl.hpp"
+#include "ingen/shared/ResourceImpl.hpp"
namespace Ingen {
diff --git a/include/ingen/client/PluginModel.hpp b/include/ingen/client/PluginModel.hpp
index bae17994..a0887454 100644
--- a/include/ingen/client/PluginModel.hpp
+++ b/include/ingen/client/PluginModel.hpp
@@ -26,7 +26,7 @@
#include "ingen/Plugin.hpp"
#include "ingen/ServerInterface.hpp"
#include "ingen/client/signal.hpp"
-#include "shared/ResourceImpl.hpp"
+#include "ingen/shared/ResourceImpl.hpp"
#include "ingen/shared/World.hpp"
namespace Ingen {
diff --git a/include/ingen/client/PluginUI.hpp b/include/ingen/client/PluginUI.hpp
index bf0094e7..ed5dc5a6 100644
--- a/include/ingen/client/PluginUI.hpp
+++ b/include/ingen/client/PluginUI.hpp
@@ -24,7 +24,7 @@
#include "suil/suil.h"
-#include "shared/LV2Features.hpp"
+#include "ingen/shared/LV2Features.hpp"
namespace Ingen {