Skip to content

Commit

Permalink
remove unneeded includes in replay.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 15, 2014
1 parent 11169c6 commit 8edaafe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/replay.cpp
Expand Up @@ -20,25 +20,19 @@
*/

#include "global.hpp"
#include "replay.hpp"

#include "ai/manager.hpp"
#include "actions/attack.hpp"
#include "actions/create.hpp"
#include "actions/move.hpp"
#include "actions/undo.hpp"
#include "config_assign.hpp"
#include "dialogs.hpp"
#include "game_display.hpp"
#include "game_end_exceptions.hpp"
#include "game_events/pump.hpp"
#include "game_preferences.hpp"
#include "gamestatus.hpp"
#include "log.hpp"
#include "map_label.hpp"
#include "map_location.hpp"
#include "play_controller.hpp"
#include "synced_context.hpp"
#include "replay.hpp"
#include "resources.hpp"
#include "statistics.hpp"
#include "whiteboard/manager.hpp"
Expand Down

0 comments on commit 8edaafe

Please sign in to comment.