summaryrefslogtreecommitdiffstats
path: root/src/server/events/Delta.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Delta.hpp')
-rw-r--r--src/server/events/Delta.hpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp
index 0fda067a..dcc265f8 100644
--- a/src/server/events/Delta.hpp
+++ b/src/server/events/Delta.hpp
@@ -17,23 +17,22 @@
#ifndef INGEN_EVENTS_DELTA_HPP
#define INGEN_EVENTS_DELTA_HPP
-#include <vector>
-
-#include <boost/optional.hpp>
-
-#include "lilv/lilv.h"
-
-#include "CompiledGraph.hpp"
+#include "ClientUpdate.hpp"
#include "ControlBindings.hpp"
#include "Event.hpp"
-#include "PluginImpl.hpp"
-namespace ingen {
+#include "lilv/lilv.h"
-class Resource;
+#include <boost/optional/optional.hpp>
+#include <algorithm>
+#include <cstdint>
+#include <vector>
+
+namespace ingen {
namespace server {
+class CompiledGraph;
class Engine;
class GraphImpl;
class RunContext;