From 8edaafec6fa3179f4affd14077c51a26861f2706 Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Mon, 16 Jun 2014 01:16:14 +0200 Subject: [PATCH] remove unneeded includes in replay.cpp --- src/replay.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/replay.cpp b/src/replay.cpp index a3bb4a131005..844f5246108d 100644 --- a/src/replay.cpp +++ b/src/replay.cpp @@ -20,17 +20,12 @@ */ #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" @@ -38,7 +33,6 @@ #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"