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/depot_gui.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index c33ab9404..c964d4298 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -2,10 +2,7 @@ /** @file depot_gui.cpp The GUI for depots. */ -#include "stdafx.h" -#include "openttd.h" #include "train.h" -#include "roadveh.h" #include "ship.h" #include "aircraft.h" #include "gui.h" @@ -15,14 +12,12 @@ #include "command_func.h" #include "depot_base.h" #include "vehicle_gui.h" -#include "station_map.h" #include "newgrf_engine.h" #include "spritecache.h" #include "strings_func.h" #include "window_func.h" #include "vehicle_func.h" #include "company_func.h" -#include "order_func.h" #include "tilehighlight_func.h" #include "window_gui.h" #include "vehiclelist.h" -- cgit v1.2.3-54-g00ecf