summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r--src/server/Driver.hpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 92867021..59720882 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -17,18 +17,25 @@
#ifndef INGEN_ENGINE_DRIVER_HPP
#define INGEN_ENGINE_DRIVER_HPP
-#include "DuplexPort.hpp"
-#include "EnginePort.hpp"
+#include "types.hpp"
+#include "ingen/URI.hpp"
#include "raul/Noncopyable.hpp"
+#include <cstddef>
+
namespace Raul { class Path; }
namespace ingen {
+
+class Atom;
+
namespace server {
+class Buffer;
class DuplexPort;
class EnginePort;
+class RunContext;
/** Engine driver base class.
*