changeset 5788:52bff18d6684 draft

(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
author bjarni <bjarni@openttd.org>
date Mon, 22 Jan 2007 08:38:18 +0000
parents 26da4d1baaed
children b34394075792
files src/roadveh_gui.cpp
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/roadveh_gui.cpp
+++ b/src/roadveh_gui.cpp
@@ -7,20 +7,14 @@
 #include "roadveh.h"
 #include "table/sprites.h"
 #include "table/strings.h"
-#include "map.h"
 #include "window.h"
 #include "gui.h"
-#include "gfx.h"
 #include "vehicle.h"
 #include "viewport.h"
-#include "station.h"
 #include "command.h"
-#include "player.h"
-#include "engine.h"
 #include "depot.h"
 #include "vehicle_gui.h"
 #include "newgrf_engine.h"
-#include "date.h"
 
 void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection)
 {