remove unnecessary headers from unit.cpp
This commit is contained in:
parent
045f38196d
commit
8c2a293d14
1 changed files with 2 additions and 3 deletions
|
@ -21,18 +21,17 @@
|
|||
|
||||
#include "actions/move.hpp"
|
||||
#include "formula_string_utils.hpp"
|
||||
#include "game_display.hpp"
|
||||
#include "game_board.hpp"
|
||||
#include "game_events/handlers.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "halo.hpp"
|
||||
#include "log.hpp"
|
||||
#include "play_controller.hpp"
|
||||
#include "random_new.hpp"
|
||||
#include "resources.hpp"
|
||||
#include "scripting/lua.hpp"
|
||||
#include "sdl/utils.hpp"
|
||||
#include "side_filter.hpp"
|
||||
#include "team.hpp"
|
||||
#include "terrain_filter.hpp"
|
||||
#include "unit_id.hpp"
|
||||
#include "unit_abilities.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue