remove an #include
This commit is contained in:
parent
b5e646db25
commit
248290e9e8
4 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue