(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
authorbjarni
Mon, 22 Jan 2007 08:38:18 +0000
changeset 5788 1fa45a4601e7
parent 5787 49f49e4b3e3e
child 5789 d087153d3659
(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)
 {