From 7cb658cc15a18634dd8733954134ad8289da1731 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 16 Apr 2023 12:26:07 +0200 Subject: mess around with inclusion --- src/character.cpp | 1 + src/scenery.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/character.cpp b/src/character.cpp index ff6d5a83..d75070e8 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -7,6 +7,7 @@ #include "src/RTree-search.hpp" #include "compat/exception.hpp" #include +#include #include #include diff --git a/src/scenery.hpp b/src/scenery.hpp index a3ba7934..7a03fc87 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -3,7 +3,6 @@ #include "tile-defs.hpp" #include "rotation.hpp" #include "entity.hpp" -#include #include #include #include -- cgit v1.2.3