diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 16:26:27 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-09-20 16:08:44 +0200 |
| commit | 500e1fd277fbf97e9e8d50aeed2dd34b5e984a85 (patch) | |
| tree | 0d784d0f203973d1555cd1ac2ce09c847275131a | |
| parent | 019a7b3e755dc1d154a684e9ea005048a85fa1d2 (diff) | |
d
| -rw-r--r-- | src/chunk-walls.cpp | 1 | ||||
| -rw-r--r-- | src/chunk.hpp | 1 |
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> |
