remove an #include

This commit is contained in:
gfgtdf 2023-12-14 18:14:21 +01:00
parent b5e646db25
commit 248290e9e8
4 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@
#include "game_events/pump.hpp"
#include "preferences/game.hpp"
#include "game_data.hpp" // for resources::gamedata conversion variable_set
#include "game_version.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map/map.hpp"

View file

@ -26,6 +26,7 @@
#include "draw.hpp"
#include "draw_manager.hpp"
#include "fake_unit_manager.hpp"
#include "filesystem.hpp"
#include "font/sdl_ttf_compat.hpp"
#include "font/text.hpp"
#include "preferences/game.hpp"

View file

@ -52,7 +52,6 @@ namespace wb {
#include "animated.hpp"
#include "display_context.hpp"
#include "filesystem.hpp"
#include "font/standard_colors.hpp"
#include "game_config.hpp"
#include "gui/core/top_level_drawable.hpp"

View file

@ -25,6 +25,7 @@
#include "game_events/pump.hpp"
#include "game_config.hpp"
#include "game_version.hpp"
#include "hotkey/hotkey_handler.hpp"
#include "log.hpp"
#include "replay_helper.hpp"