summaryrefslogtreecommitdiffstats
path: root/include/raul/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Array.hpp')
-rw-r--r--include/raul/Array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Array.hpp b/include/raul/Array.hpp
index 0ed0ae0..411f153 100644
--- a/include/raul/Array.hpp
+++ b/include/raul/Array.hpp
@@ -4,9 +4,9 @@
#ifndef RAUL_ARRAY_HPP
#define RAUL_ARRAY_HPP
-#include "raul/Maid.hpp"
+#include <raul/Maid.hpp>
-#include <algorithm> // IWYU pragma: keep
+#include <algorithm>
#include <cassert>
#include <cstddef>
#include <memory>