summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-16 22:24:42 +0100
committerDavid Robillard <d@drobilla.net>2018-01-16 22:24:42 +0100
commit630e2cc1e7d692e2c3ba09d2de47d19bac211707 (patch)
tree825300a5c6c807575befe7335358cbc06ad52371
parentdb0a579a7fe689388c84e8c4ea05660bc502411a (diff)
downloadingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.tar.gz
ingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.tar.bz2
ingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.zip
Clean up includes
-rw-r--r--src/server/Engine.hpp2
-rw-r--r--src/server/RunContext.hpp4
2 files changed, 4 insertions, 2 deletions
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 <cstdint>
#include <thread>
-#include "ingen/Atom.hpp"
-#include "ingen/World.hpp"
+#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
#include "raul/RingBuffer.hpp"
#include "types.hpp"