summaryrefslogtreecommitdiffstats
path: root/src/engine/AudioDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/AudioDriver.hpp')
-rw-r--r--src/engine/AudioDriver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/AudioDriver.hpp b/src/engine/AudioDriver.hpp
index ccbc8da4..a478f945 100644
--- a/src/engine/AudioDriver.hpp
+++ b/src/engine/AudioDriver.hpp
@@ -18,12 +18,13 @@
#ifndef AUDIODRIVER_H
#define AUDIODRIVER_H
-#include "raul/List.hpp"
#include "raul/Path.hpp"
#include "Driver.hpp"
#include "types.hpp"
#include "interface/DataType.hpp"
+namespace Raul { class Path; }
+
namespace Ingen {
class PatchImpl;