diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 20:46:41 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 20:46:41 +0200 |
| commit | 1361d7d36aca930f621ac1f5a68aae515eb6a28d (patch) | |
| tree | be2e2e4e33ad54b5487627309c2d60a71da53e92 /test/json.cpp | |
| parent | 339291fc674e6c021b1a1ae4aa63c6c4c73c5569 (diff) | |
remove last <memory> usages
Diffstat (limited to 'test/json.cpp')
| -rw-r--r-- | test/json.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index e9ed166f..c075d99c 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -9,7 +9,6 @@ #include "src/world.hpp" #include "loader/loader.hpp" #include "loader/wall-cell.hpp" -#include <memory> #include <Corrade/Containers/StringView.h> #include <Corrade/Utility/Path.h> |
