summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chunk-region.cpp2
-rw-r--r--src/raycast.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk-region.cpp b/src/chunk-region.cpp
index 62fee2c4..57d09ab4 100644
--- a/src/chunk-region.cpp
+++ b/src/chunk-region.cpp
@@ -9,7 +9,7 @@
#include <array>
#include <cr/GrowableArray.h>
#include <cr/String.h>
-#include <mg/Math.h>
+#include <mg/Functions.h>
#include <mg/Timeline.h>
namespace floormat {
diff --git a/src/raycast.cpp b/src/raycast.cpp
index bfc41296..06cc416e 100644
--- a/src/raycast.cpp
+++ b/src/raycast.cpp
@@ -8,7 +8,7 @@
#include <bit>
#include <cr/StructuredBindings.h>
#include <cr/GrowableArray.h>
-#include <mg/Math.h>
+#include <mg/Functions.h>
#include <mg/Vector2.h>
#include <mg/Timeline.h>