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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/AudioDriver.hpp b/src/engine/AudioDriver.hpp
index 1a611846..ccbc8da4 100644
--- a/src/engine/AudioDriver.hpp
+++ b/src/engine/AudioDriver.hpp
@@ -18,8 +18,8 @@
#ifndef AUDIODRIVER_H
#define AUDIODRIVER_H
-#include <raul/List.hpp>
-#include <raul/Path.hpp>
+#include "raul/List.hpp"
+#include "raul/Path.hpp"
#include "Driver.hpp"
#include "types.hpp"
#include "interface/DataType.hpp"