summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-06 11:00:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-06 11:00:37 +0200
commita1fc32ebc9507965a241e5d177d5f9d9693b3e1d (patch)
tree580edb25eeb9bb7f13fff6a47e516efa1ee84f54 /src/path-search.hpp
parent39295e50d6523cb00ac3f598d18c1e9bbdf42dcd (diff)
a
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r--src/path-search.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp
index 775cb618..4b6e8a01 100644
--- a/src/path-search.hpp
+++ b/src/path-search.hpp
@@ -5,16 +5,14 @@
#include "rotation.hpp"
#include "world.hpp"
#include "compat/function2.fwd.hpp"
+#include <memory>
#include <array>
+#include <vector>
#include <bitset>
-#include <memory>
#include <Corrade/Containers/Array.h>
-#include <Corrade/Containers/BitArray.h>
-#include <Corrade/Containers/StridedDimensions.h>
#include <Magnum/Math/Vector2.h>
#include <Magnum/DimensionTraits.h>
-
namespace Corrade::Containers {
template<typename T> class Optional;
template<typename T, typename U> class Pair;