diff options
Diffstat (limited to 'editor/tests')
-rw-r--r-- | editor/tests/path-test.cpp | 1 | ||||
-rw-r--r-- | editor/tests/walk-test.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 4b82af68..4a0f42df 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -2,7 +2,6 @@ #include "../app.hpp" #include "compat/array-size.hpp" #include "compat/vector-wrapper.hpp" -#include "compat/borrowed-ptr.inl" #include "floormat/main.hpp" #include "src/search-astar.hpp" #include "src/search-result.hpp" diff --git a/editor/tests/walk-test.cpp b/editor/tests/walk-test.cpp index f04fc869..997546cd 100644 --- a/editor/tests/walk-test.cpp +++ b/editor/tests/walk-test.cpp @@ -7,7 +7,6 @@ #include "floormat/main.hpp" #include "../imgui-raii.hpp" #include "src/search-astar.hpp" -#include "compat/borrowed-ptr.inl" #include <mg/Functions.h> namespace floormat::tests { |