From 6a0bf109a7136eba01504842930ac070d1f55ee8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Sep 2010 07:49:45 +0000 Subject: Trim include tree. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2618 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2EventFeature.hpp | 1 + src/engine/LV2Info.hpp | 6 ------ src/engine/LV2Node.cpp | 1 + src/engine/LV2ResizeFeature.hpp | 1 + 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 #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" -- cgit v1.2.1