summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index 384566bf..73724c3f 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -17,21 +17,20 @@
#ifndef INGEN_ENGINE_GRAPHIMPL_HPP
#define INGEN_ENGINE_GRAPHIMPL_HPP
-#include <cstdlib>
-
-#include "ingen/ingen.h"
-
#include "BlockImpl.hpp"
-#include "CompiledGraph.hpp"
#include "DuplexPort.hpp"
-#include "PluginImpl.hpp"
-#include "PortType.hpp"
#include "ThreadManager.hpp"
-namespace ingen {
+#include "ingen/types.hpp"
-class Arc;
+#include <cassert>
+#include <cstdint>
+#include <memory>
+#include <utility>
+namespace raul { class Maid; }
+
+namespace ingen {
namespace server {
class ArcImpl;