From 079f3aa5f99125f76d39cd7c08fc1a388981089d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Feb 2024 16:51:45 +0100 Subject: use Corrade/Magnum header wrappers in some files --- editor/tests/path-test.cpp | 4 ++-- editor/tests/raycast-test.cpp | 2 +- editor/tests/region-test.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'editor/tests') diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index bdaeaae0..68c7fee9 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -8,8 +8,8 @@ #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -#include -#include +#include +#include namespace floormat::tests { diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index 88e21f1d..a1f9aa94 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include namespace floormat::tests { diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index 9b027636..c3770e64 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -7,7 +7,7 @@ #include "../imgui-raii.hpp" #include "floormat/main.hpp" #include -#include +#include namespace floormat::tests { -- cgit v1.2.3