summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-30 07:49:45 +0000
committerDavid Robillard <d@drobilla.net>2010-09-30 07:49:45 +0000
commit6a0bf109a7136eba01504842930ac070d1f55ee8 (patch)
tree816ac82ae8fbf93f013d7b1ff817fbbe71d7b0e6 /src/engine
parentfecf51ec1c982a7c15dc895122b36c36d9d8eb8a (diff)
downloadingen-6a0bf109a7136eba01504842930ac070d1f55ee8.tar.gz
ingen-6a0bf109a7136eba01504842930ac070d1f55ee8.tar.bz2
ingen-6a0bf109a7136eba01504842930ac070d1f55ee8.zip
Trim include tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2618 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-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"