summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPatchWindow.cpp
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/gui/LoadPatchWindow.cpp
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/gui/LoadPatchWindow.cpp')
-rw-r--r--src/gui/LoadPatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/LoadPatchWindow.cpp b/src/gui/LoadPatchWindow.cpp
index 1d4cb7c8..33363f0d 100644
--- a/src/gui/LoadPatchWindow.cpp
+++ b/src/gui/LoadPatchWindow.cpp
@@ -25,7 +25,7 @@
#include "ingen/client/NodeModel.hpp"
#include "ingen/client/PatchModel.hpp"
#include "ingen/client/ClientStore.hpp"
-#include "shared/runtime_paths.hpp"
+#include "ingen/shared/runtime_paths.hpp"
#include "App.hpp"
#include "LoadPatchWindow.hpp"
#include "PatchView.hpp"