summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chunk-walls.cpp1
-rw-r--r--src/chunk.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp
index 3277bbf7..274b7769 100644
--- a/src/chunk-walls.cpp
+++ b/src/chunk-walls.cpp
@@ -6,7 +6,6 @@
#include <Corrade/Containers/ArrayViewStl.h>
#include <Corrade/Containers/Pair.h>
#include <Corrade/Containers/Optional.h>
-#include <utility>
#include <algorithm>
#include <ranges>
diff --git a/src/chunk.hpp b/src/chunk.hpp
index cfc8c5cb..e6379507 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -7,7 +7,6 @@
#include "wall-defs.hpp"
#include "search-pred.hpp"
#include "hole-cut.hpp"
-#include <type_traits>
#include <array>
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/Pointer.h>