summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.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/server/events/SetPortValue.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/server/events/SetPortValue.cpp')
-rw-r--r--src/server/events/SetPortValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/events/SetPortValue.cpp b/src/server/events/SetPortValue.cpp
index e5877d47..d71a504a 100644
--- a/src/server/events/SetPortValue.cpp
+++ b/src/server/events/SetPortValue.cpp
@@ -20,7 +20,7 @@
#include "lv2/lv2plug.in/ns/ext/event/event.h"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Features.hpp"
-#include "shared/LV2Atom.hpp"
+#include "ingen/shared/LV2Atom.hpp"
#include "shared/World.hpp"
#include "AudioBuffer.hpp"
#include "ClientBroadcaster.hpp"