summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine/LV2EventFeature.hpp1
-rw-r--r--src/engine/LV2Info.hpp6
-rw-r--r--src/engine/LV2Node.cpp1
-rw-r--r--src/engine/LV2ResizeFeature.hpp1
4 files changed, 3 insertions, 6 deletions
diff --git a/src/engine/LV2EventFeature.hpp b/src/engine/LV2EventFeature.hpp
index 9a382646..6ad7655b 100644
--- a/src/engine/LV2EventFeature.hpp
+++ b/src/engine/LV2EventFeature.hpp
@@ -18,6 +18,7 @@
#ifndef INGEN_ENGINE_LV2EVENTFEATURE_HPP
#define INGEN_ENGINE_LV2EVENTFEATURE_HPP
+#include "event.lv2/event.h"
#include "shared/LV2Features.hpp"
namespace Ingen {
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp
index 802863a4..a0e20988 100644
--- a/src/engine/LV2Info.hpp
+++ b/src/engine/LV2Info.hpp
@@ -27,12 +27,6 @@
#include <string>
#include "slv2/slv2.h"
#include "module/World.hpp"
-#include "shared/LV2URIMap.hpp"
-#include "shared/LV2Features.hpp"
-#include "uri-map.lv2/uri-map.h"
-#include "event.lv2/event.h"
-#include "atom.lv2/atom.h"
-#include "resize-port.lv2/resize-port.h"
namespace Ingen {
diff --git a/src/engine/LV2Node.cpp b/src/engine/LV2Node.cpp
index 84835f10..872a7b83 100644
--- a/src/engine/LV2Node.cpp
+++ b/src/engine/LV2Node.cpp
@@ -26,6 +26,7 @@
#include "InputPort.hpp"
#include "LV2Node.hpp"
#include "LV2Plugin.hpp"
+#include "LV2URIMap.hpp"
#include "EventBuffer.hpp"
#include "OutputPort.hpp"
#include "ProcessContext.hpp"
diff --git a/src/engine/LV2ResizeFeature.hpp b/src/engine/LV2ResizeFeature.hpp
index c0f6626c..b5b207d1 100644
--- a/src/engine/LV2ResizeFeature.hpp
+++ b/src/engine/LV2ResizeFeature.hpp
@@ -19,6 +19,7 @@
#define INGEN_ENGINE_LV2RESIZEFEATURE_HPP
#include "raul/log.hpp"
+#include "resize-port.lv2/resize-port.h"
#include "shared/LV2Features.hpp"
#include "NodeImpl.hpp"
#include "PortImpl.hpp"