summaryrefslogtreecommitdiffstats
path: root/tests/smf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smf_test.cpp')
-rw-r--r--tests/smf_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/smf_test.cpp b/tests/smf_test.cpp
index 3ac0894..40465ed 100644
--- a/tests/smf_test.cpp
+++ b/tests/smf_test.cpp
@@ -1,7 +1,7 @@
#include <iostream>
#include <string>
-#include <raul/SMFReader.hpp>
-#include <raul/SMFWriter.hpp>
+#include "raul/SMFReader.hpp"
+#include "raul/SMFWriter.hpp"
using namespace std;
using namespace Raul;