aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Recorder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Recorder.hpp')
-rw-r--r--src/engine/machina/Recorder.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/machina/Recorder.hpp b/src/engine/machina/Recorder.hpp
index ad2e28c..7938556 100644
--- a/src/engine/machina/Recorder.hpp
+++ b/src/engine/machina/Recorder.hpp
@@ -18,10 +18,10 @@
#ifndef MACHINA_RECORDER_HPP
#define MACHINA_RECORDER_HPP
-#include <raul/types.h>
-#include <raul/Slave.h>
-#include <raul/SharedPtr.h>
-#include <raul/StampedChunkRingBuffer.h>
+#include <raul/types.hpp>
+#include <raul/Slave.hpp>
+#include <raul/SharedPtr.hpp>
+#include <raul/StampedChunkRingBuffer.hpp>
#include "Machine.hpp"
namespace Machina {