summaryrefslogtreecommitdiffstats
path: root/src/server/events/Delta.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-11-12 18:18:06 +0100
committerDavid Robillard <d@drobilla.net>2017-12-16 13:57:39 +0100
commit103fc81cf330aa1c47fa9f42b3551d426e1d3b7f (patch)
tree2c7b10db89cda0f436cb6b2a6b27cee91c22b1bc /src/server/events/Delta.hpp
parent91c3888b71ee8cfdd951cf2b80dfd37ce46ac8da (diff)
downloadingen-103fc81cf330aa1c47fa9f42b3551d426e1d3b7f.tar.gz
ingen-103fc81cf330aa1c47fa9f42b3551d426e1d3b7f.tar.bz2
ingen-103fc81cf330aa1c47fa9f42b3551d426e1d3b7f.zip
Make CompiledGraph::compile a free function
Diffstat (limited to 'src/server/events/Delta.hpp')
-rw-r--r--src/server/events/Delta.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp
index 842986a9..40c65ef8 100644
--- a/src/server/events/Delta.hpp
+++ b/src/server/events/Delta.hpp
@@ -25,9 +25,10 @@
#include "raul/URI.hpp"
-#include "PluginImpl.hpp"
+#include "CompiledGraph.hpp"
#include "ControlBindings.hpp"
#include "Event.hpp"
+#include "PluginImpl.hpp"
namespace Ingen {
@@ -35,7 +36,6 @@ class Resource;
namespace Server {
-class CompiledGraph;
class Engine;
class GraphImpl;
class RunContext;