summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/DuplexPort.hpp')
-rw-r--r--src/engine/DuplexPort.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/DuplexPort.hpp b/src/engine/DuplexPort.hpp
index c929e74a..31a64ded 100644
--- a/src/engine/DuplexPort.hpp
+++ b/src/engine/DuplexPort.hpp
@@ -19,8 +19,6 @@
#define DUPLEXPORT_H
#include <string>
-#include "raul/Array.hpp"
-#include "types.hpp"
#include "Buffer.hpp"
#include "InputPort.hpp"
#include "OutputPort.hpp"
@@ -46,7 +44,7 @@ public:
uint32_t index,
uint32_t poly,
DataType type,
- const Atom& value,
+ const Raul::Atom& value,
size_t buffer_size,
bool is_output);