diff options
author | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
commit | 9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch) | |
tree | 40327e8a6984433becd287c550cfef11be709043 /src/road_gui.cpp | |
parent | 484afacd6375dcc2851e7d174c6fa289a28879f9 (diff) | |
download | openttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz |
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r-- | src/road_gui.cpp | 5 |
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" |