summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r--src/path-search.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp
index c08065c7..4d977554 100644
--- a/src/path-search.hpp
+++ b/src/path-search.hpp
@@ -7,15 +7,11 @@
#include "compat/function2.fwd.hpp"
#include "path-search-astar.hpp"
#include "path-search-result.hpp"
-#include <memory>
#include <array>
-#include <vector>
-#include <bitset>
#include <Corrade/Containers/Array.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;