diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-16 12:26:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-16 13:44:15 +0200 |
commit | 7cb658cc15a18634dd8733954134ad8289da1731 (patch) | |
tree | 2e816c55813ebf1940f38360a82108ef3b78a24e /loader | |
parent | 5e9a9fef6edb636b7e6babb743541a18f25bd67f (diff) |
mess around with <memory> inclusion
Diffstat (limited to 'loader')
-rw-r--r-- | loader/impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index ba055464..7e29616b 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -2,7 +2,6 @@ #include "compat/assert.hpp" #include "loader/scenery.hpp" #include <cstring> -#include <memory> #include <Corrade/Containers/Pair.h> #include <Magnum/Trade/ImageData.h> |