diff src/station_gui.cpp @ 10960:a4e5b5d2837c draft

(svn r15299) -Cleanup: remove many redundant includes
author smatz <smatz@openttd.org>
date Sat, 31 Jan 2009 20:16:06 +0000
parents 1ec1f1ef7377
children ce54bfd52120
line wrap: on
line diff
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -8,33 +8,23 @@
 #include "gui.h"
 #include "window_gui.h"
 #include "textbuf_gui.h"
-#include "station_base.h"
 #include "company_func.h"
-#include "economy_func.h"
-#include "town.h"
 #include "command_func.h"
-#include "variables.h"
 #include "vehicle_gui.h"
 #include "cargotype.h"
 #include "station_gui.h"
-#include "station_func.h"
 #include "strings_func.h"
-#include "core/alloc_func.hpp"
 #include "window_func.h"
 #include "viewport_func.h"
 #include "gfx_func.h"
 #include "widgets/dropdown_func.h"
 #include "newgrf_cargo.h"
-#include "map_func.h"
-#include "settings_type.h"
-#include "tile_map.h"
 #include "station_map.h"
 #include "tilehighlight_func.h"
-#include "core/smallvec_type.hpp"
 #include "core/smallmap_type.hpp"
-#include "string_func.h"
 #include "company_base.h"
 #include "sortlist_type.h"
+#include "settings_type.h"
 
 #include "table/strings.h"
 #include "table/sprites.h"