summaryrefslogtreecommitdiffstats
path: root/src/engine/events/ClearPatchEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/ClearPatchEvent.hpp')
-rw-r--r--src/engine/events/ClearPatchEvent.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/ClearPatchEvent.hpp b/src/engine/events/ClearPatchEvent.hpp
index 803721fb..7fe76c65 100644
--- a/src/engine/events/ClearPatchEvent.hpp
+++ b/src/engine/events/ClearPatchEvent.hpp
@@ -19,9 +19,9 @@
#define CLEARPATCHEVENT_H
#include <string>
-#include <raul/Array.hpp>
-#include <raul/Table.hpp>
-#include <raul/Path.hpp>
+#include "raul/Array.hpp"
+#include "raul/Table.hpp"
+#include "raul/Path.hpp"
#include "QueuedEvent.hpp"
#include "EngineStore.hpp"
#include "PatchImpl.hpp"