From d6cded53803de692eebc6dd41e9648f3399c9f7d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Oct 2009 17:16:41 +0000 Subject: (svn r17693) -Cleanup: remove some unneeded includes --- src/console_cmds.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/console_cmds.cpp') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 581f4151a..83ec9a3ef 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -16,7 +16,6 @@ #include "engine_func.h" #include "landscape.h" #include "saveload/saveload.h" -#include "variables.h" #include "network/network.h" #include "network/network_func.h" #include "network/network_base.h" @@ -29,13 +28,10 @@ #include "strings_func.h" #include "viewport_func.h" #include "window_func.h" -#include "map_func.h" #include "date_func.h" #include "vehicle_func.h" -#include "string_func.h" #include "company_func.h" #include "company_base.h" -#include "settings_type.h" #include "gamelog.h" #include "ai/ai.hpp" #include "ai/ai_config.hpp" -- cgit v1.2.3-54-g00ecf