diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 23:29:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 23:29:12 +0100 |
commit | d28129ce400f0365d3d02666b1cb84b3cc2d2a78 (patch) | |
tree | e8a3573bbfe1ca14f4adc9f9ff2ce4da5d5dadcd /editor/tests | |
parent | 05b530deb76137b4a91aa9efb3354952ab78ce60 (diff) |
clean some includes
Diffstat (limited to 'editor/tests')
-rw-r--r-- | editor/tests/region-test.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index fa6a5ed3..dcec2ff2 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -1,7 +1,6 @@ #include "../tests-private.hpp" #include "src/tile-constants.hpp" #include "src/chunk-region.hpp" -#include "src/path-search-bbox.hpp" #include "src/object.hpp" #include "src/world.hpp" #include "../app.hpp" @@ -9,8 +8,6 @@ #include "floormat/main.hpp" #include <bitset> #include <Magnum/Math/Vector2.h> -#include <Magnum/Math/Functions.h> -#include <Magnum/Math/Color.h> namespace floormat::tests { @@ -18,9 +15,7 @@ namespace { using namespace floormat::imgui; using detail_astar::div_count; -using detail_astar::div_factor; using detail_astar::div_size; -using detail_astar::bbox; constexpr auto chunk_bits = div_count.product(); constexpr auto div_min = -iTILE_SIZE2/2 + div_size/2; |