summaryrefslogtreecommitdiffstats
path: root/src/gui/UploadPatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-24 23:48:12 +0000
committerDavid Robillard <d@drobilla.net>2011-05-24 23:48:12 +0000
commit1b29d7799c32b7be8bc563d2b21349115be04e6e (patch)
tree3687992f99d42755d172ec0f6a590bdee22204ae /src/gui/UploadPatchWindow.hpp
parentacaab5ca7ce6869b8192de4f98c9f075fd17690e (diff)
downloadingen-1b29d7799c32b7be8bc563d2b21349115be04e6e.tar.gz
ingen-1b29d7799c32b7be8bc563d2b21349115be04e6e.tar.bz2
ingen-1b29d7799c32b7be8bc563d2b21349115be04e6e.zip
Move appropriate client headers to public include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3319 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/UploadPatchWindow.hpp')
-rw-r--r--src/gui/UploadPatchWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/UploadPatchWindow.hpp b/src/gui/UploadPatchWindow.hpp
index f0dce373..98d1b6c1 100644
--- a/src/gui/UploadPatchWindow.hpp
+++ b/src/gui/UploadPatchWindow.hpp
@@ -28,7 +28,7 @@
#include "raul/Thread.hpp"
#include "raul/AtomicInt.hpp"
-#include "client/PluginModel.hpp"
+#include "ingen/client/PluginModel.hpp"
#include "Window.hpp"