(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
authorbjarni
Mon, 22 Jan 2007 08:38:18 +0000
changeset 6039 b829e392d192
parent 6038 88a72df3d99f
child 6040 40cc9da90508
(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
src/roadveh_gui.cpp
--- a/src/roadveh_gui.cpp	Mon Jan 22 02:59:50 2007 +0000
+++ b/src/roadveh_gui.cpp	Mon Jan 22 08:38:18 2007 +0000
@@ -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)
 {