Skip to content

Commit

Permalink
remove unnecessary headers from unit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 17, 2014
1 parent 045f381 commit 8c2a293
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/unit.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 8c2a293

Please sign in to comment.