summaryrefslogtreecommitdiffstats
path: root/raul/ArrayStack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/ArrayStack.hpp')
-rw-r--r--raul/ArrayStack.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/raul/ArrayStack.hpp b/raul/ArrayStack.hpp
index 2204b69..6d34426 100644
--- a/raul/ArrayStack.hpp
+++ b/raul/ArrayStack.hpp
@@ -18,11 +18,12 @@
#ifndef RAUL_ARRAYSTACK_HPP
#define RAUL_ARRAYSTACK_HPP
-#include "raul/Array.hpp"
+#include <algorithm>
#include <cassert>
#include <cstddef>
-#include <algorithm>
-#include "Deletable.hpp"
+
+#include "raul/Array.hpp"
+#include "raul/Deletable.hpp"
namespace Raul {