From 630e2cc1e7d692e2c3ba09d2de47d19bac211707 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 22:24:42 +0100 Subject: Clean up includes --- src/server/Engine.hpp | 2 ++ src/server/RunContext.hpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp index 7c553d5d..4832e81d 100644 --- a/src/server/Engine.hpp +++ b/src/server/Engine.hpp @@ -26,6 +26,7 @@ #include "ingen/EngineBase.hpp" #include "ingen/Interface.hpp" #include "ingen/Properties.hpp" +#include "ingen/World.hpp" #include "ingen/ingen.h" #include "ingen/types.hpp" #include "raul/Noncopyable.hpp" @@ -40,6 +41,7 @@ namespace Raul { class Maid; } namespace Ingen { class AtomReader; +class Log; class Store; class World; diff --git a/src/server/RunContext.hpp b/src/server/RunContext.hpp index 954e11d8..bb64a250 100644 --- a/src/server/RunContext.hpp +++ b/src/server/RunContext.hpp @@ -17,10 +17,10 @@ #ifndef INGEN_ENGINE_RUNCONTEXT_HPP #define INGEN_ENGINE_RUNCONTEXT_HPP +#include #include -#include "ingen/Atom.hpp" -#include "ingen/World.hpp" +#include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "raul/RingBuffer.hpp" #include "types.hpp" -- cgit v1.2.1