summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/path-test.cpp4
-rw-r--r--editor/tests/raycast-test.cpp2
-rw-r--r--editor/tests/region-test.cpp2
3 files changed, 4 insertions, 4 deletions
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 <Magnum/Math/Functions.h>
-#include <Magnum/Math/Color.h>
+#include <mg/Math.h>
+#include <mg/Color.h>
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 <cinttypes>
#include <array>
#include <vector>
-#include <Magnum/Math/Color.h>
+#include <mg/Color.h>
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 <bitset>
-#include <Magnum/Math/Vector2.h>
+#include <mg/Vector2.h>
namespace floormat::tests {