summaryrefslogtreecommitdiffhomepage
path: root/bench/loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/loader.cpp')
-rw-r--r--bench/loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/loader.cpp b/bench/loader.cpp
index c96ef31c..bb878758 100644
--- a/bench/loader.cpp
+++ b/bench/loader.cpp
@@ -1,6 +1,6 @@
#include "loader/loader.hpp"
-#include "loader/ground-info.hpp"
-#include "loader/wall-info.hpp"
+#include "loader/ground-cell.hpp"
+#include "loader/wall-cell.hpp"
#include "serialize/json-helper.hpp"
#include "serialize/anim.hpp"
#include <Corrade/Containers/ArrayView.h>