summaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/dijkstra.cpp4
-rw-r--r--bench/raycast.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp
index fa998d56..5e74c75d 100644
--- a/bench/dijkstra.cpp
+++ b/bench/dijkstra.cpp
@@ -4,8 +4,8 @@
#include "src/world.hpp"
#include "loader/loader.hpp"
#include <benchmark/benchmark.h>
-#include <Corrade/Containers/Optional.h>
-#include <Magnum/Math/Functions.h>
+#include <cr/Optional.h>
+#include <mg/Math.h>
namespace floormat {
diff --git a/bench/raycast.cpp b/bench/raycast.cpp
index d77bee85..1885c05c 100644
--- a/bench/raycast.cpp
+++ b/bench/raycast.cpp
@@ -4,7 +4,7 @@
#include "src/wall-atlas.hpp"
#include "loader/loader.hpp"
#include <benchmark/benchmark.h>
-#include <Magnum/Math/Functions.h>
+#include <mg/Math.h>
namespace floormat {