From 0d3f5e6e74cae69d927a65a3d59c6391b713b987 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 31 Jan 2009 20:16:06 +0000 Subject: (svn r15299) -Cleanup: remove many redundant includes --- src/company_gui.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/company_gui.cpp') diff --git a/src/company_gui.cpp b/src/company_gui.cpp index 9f9339f05..913331d6f 100644 --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -9,29 +9,22 @@ #include "viewport_func.h" #include "gfx_func.h" #include "company_func.h" -#include "company_base.h" #include "command_func.h" #include "network/network.h" #include "network/network_gui.h" #include "network/network_func.h" -#include "variables.h" #include "roadveh.h" #include "train.h" #include "aircraft.h" #include "newgrf.h" #include "company_manager_face.h" #include "strings_func.h" -#include "functions.h" -#include "window_func.h" #include "date_func.h" #include "string_func.h" -#include "settings_type.h" -#include "widgets/dropdown_func.h" #include "widgets/dropdown_type.h" #include "tilehighlight_func.h" -#include "highscore.h" +#include "settings_type.h" -#include "table/sprites.h" #include "table/strings.h" enum { -- cgit v1.2.3-54-g00ecf