summaryrefslogtreecommitdiffstats
path: root/raul/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/List.hpp')
-rw-r--r--raul/List.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/List.hpp b/raul/List.hpp
index 45e1101..05fdb1e 100644
--- a/raul/List.hpp
+++ b/raul/List.hpp
@@ -21,9 +21,9 @@
#include <cstddef>
#include <cassert>
#include <boost/utility.hpp>
-#include <raul/Deletable.hpp>
-#include <raul/AtomicPtr.hpp>
-#include <raul/AtomicInt.hpp>
+#include "raul/Deletable.hpp"
+#include "raul/AtomicPtr.hpp"
+#include "raul/AtomicInt.hpp"
namespace Raul {