diff options
-rw-r--r-- | src/client/PluginUI.cpp | 1 | ||||
-rw-r--r-- | src/server/PortImpl.cpp | 1 | ||||
-rw-r--r-- | src/server/events/SetPortValue.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index 8a8759fa..c9453785 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -20,7 +20,6 @@ #include "ingen/client/NodeModel.hpp" #include "ingen/client/PluginUI.hpp" #include "ingen/client/PortModel.hpp" -#include "ingen/shared/LV2Atom.hpp" #include "ingen/shared/LV2URIMap.hpp" #include "ingen/shared/URIs.hpp" #include "lv2/lv2plug.in/ns/ext/atom/atom.h" diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index 3cc8082c..7720acc6 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -21,7 +21,6 @@ #include "raul/Maid.hpp" #include "ingen/shared/LV2URIMap.hpp" -#include "ingen/shared/LV2Atom.hpp" #include "ingen/shared/URIs.hpp" #include "AudioBuffer.hpp" diff --git a/src/server/events/SetPortValue.cpp b/src/server/events/SetPortValue.cpp index 00f72a51..1c10abc5 100644 --- a/src/server/events/SetPortValue.cpp +++ b/src/server/events/SetPortValue.cpp @@ -17,7 +17,6 @@ #include <sstream> -#include "ingen/shared/LV2Atom.hpp" #include "ingen/shared/LV2Features.hpp" #include "ingen/shared/LV2URIMap.hpp" #include "ingen/shared/URIs.hpp" |