From 77c2e5e0bac07781c7f5929ca4699fdca415b74b Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Wed, 25 Jun 2014 00:00:38 -0400 Subject: [PATCH] remove unnecessary headers --- src/ai/actions.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ai/actions.cpp b/src/ai/actions.cpp index 4de706a82304..2a5a7b17524b 100644 --- a/src/ai/actions.cpp +++ b/src/ai/actions.cpp @@ -37,25 +37,18 @@ #include "../actions/attack.hpp" #include "../actions/create.hpp" -#include "../actions/move.hpp" -#include "../dialogs.hpp" -#include "../game_end_exceptions.hpp" #include "../game_preferences.hpp" #include "../log.hpp" -#include "../scripting/lua.hpp" -#include "../synced_context.hpp" #include "../mouse_handler_base.hpp" #include "../pathfind/teleport.hpp" #include "../play_controller.hpp" #include "../recall_list_manager.hpp" -#include "../replay.hpp" #include "../replay_helper.hpp" #include "../resources.hpp" -#include "../statistics.hpp" +#include "../synced_context.hpp" #include "../team.hpp" #include "../unit.hpp" #include "../unit_ptr.hpp" -#include "../synced_context.hpp" namespace ai {