summaryrefslogtreecommitdiffstats
path: root/src/server/RunContext.hpp
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 /src/server/RunContext.hpp
parentdb0a579a7fe689388c84e8c4ea05660bc502411a (diff)
downloadingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.tar.gz
ingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.tar.bz2
ingen-630e2cc1e7d692e2c3ba09d2de47d19bac211707.zip
Clean up includes
Diffstat (limited to 'src/server/RunContext.hpp')
-rw-r--r--src/server/RunContext.hpp4
1 files changed, 2 insertions, 2 deletions
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"