summaryrefslogtreecommitdiff
path: root/src/road_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/road_gui.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r--src/road_gui.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index 447cd7c42..ad9357d99 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -11,20 +11,19 @@
#include "viewport_func.h"
#include "gfx_func.h"
#include "command_func.h"
-#include "variables.h"
#include "road_type.h"
#include "road_cmd.h"
#include "road_map.h"
-#include "station_map.h"
+#include "station_func.h"
#include "functions.h"
#include "window_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
#include "company_func.h"
-#include "settings_type.h"
#include "tunnelbridge.h"
#include "tilehighlight_func.h"
#include "company_base.h"
+#include "settings_type.h"
#include "table/sprites.h"
#include "table/strings.h"