summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-16 18:57:51 +0200
commitc3258606e206f91e89c2451c6afb6fb4fd96a11f (patch)
treebf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /editor/tests
parentd71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff)
wa
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/path-test.cpp1
-rw-r--r--editor/tests/walk-test.cpp1
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 {