From d28129ce400f0365d3d02666b1cb84b3cc2d2a78 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Feb 2024 23:29:12 +0100 Subject: clean some includes --- editor/tests/region-test.cpp | 5 ----- 1 file changed, 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 #include -#include -#include 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; -- cgit v1.2.3