diff options
author | bjarni <bjarni@openttd.org> | 2007-01-22 08:38:18 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-01-22 08:38:18 +0000 |
commit | 4099d62cb213b06b8b18ccdb5401144f0dc86f6a (patch) | |
tree | 028dcc8be236188fbf5cd032e572fd8bb350f98b | |
parent | ac9d926606a19f922e93d055c7a1bd16e621ec36 (diff) | |
download | openttd-4099d62cb213b06b8b18ccdb5401144f0dc86f6a.tar.xz |
(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
-rw-r--r-- | src/roadveh_gui.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/roadveh_gui.cpp b/src/roadveh_gui.cpp index 8d525f395..c4308cd54 100644 --- 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) { |