diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 23:30:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 23:33:11 +0200 |
commit | f14fbad093b8a2a329e854d93b554c2d1f043d2f (patch) | |
tree | 6a2567c8763a6d366496864ddca19fba1cd5f15e /src | |
parent | 6b003ec51f9cfb353417485ca8eeb0c78d86ea4e (diff) |
remove unused includes
Diffstat (limited to 'src')
-rw-r--r-- | src/scenery.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp index c7324406..6729e462 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -1,11 +1,7 @@ #pragma once -#include "pass-mode.hpp" -#include "tile-defs.hpp" -#include "rotation.hpp" #include "object.hpp" #include <type_traits> #include <variant> -#include <Corrade/Containers/Optional.h> #include <Magnum/Math/Vector2.h> #include <Magnum/Magnum.h> |