mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Unclutter includes.
This commit is contained in:
parent
e9c23452e2
commit
64a746389f
@ -19,8 +19,9 @@
|
||||
#include "attack_prediction.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "game_errors.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "game_events.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "halo.hpp"
|
||||
#include "hotkeys.hpp"
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
class display;
|
||||
class gamestatus;
|
||||
class game_display;
|
||||
class replay;
|
||||
struct combatant;
|
||||
class unit;
|
||||
@ -29,8 +30,8 @@ class team;
|
||||
class game_data;
|
||||
|
||||
#include "global.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "map.hpp"
|
||||
#include "unit.hpp"
|
||||
#include "unit_map.hpp"
|
||||
|
||||
#include <deque>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "marked-up_text.hpp"
|
||||
#include "minimap.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "sound.hpp"
|
||||
#include "team.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user