summaryrefslogtreecommitdiff
path: root/src/order_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
commit9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/order_gui.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index a854cff21..43978edb2 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -3,27 +3,19 @@
/** @file order_gui.cpp GUI related to orders. */
#include "stdafx.h"
-#include "openttd.h"
-#include "road_map.h"
#include "station_map.h"
-#include "gui.h"
#include "window_gui.h"
-#include "station_base.h"
-#include "town.h"
#include "command_func.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "depot_base.h"
-#include "waypoint.h"
-#include "train.h"
-#include "water_map.h"
+#include "vehicle_base.h"
#include "vehicle_gui.h"
#include "timetable.h"
#include "cargotype.h"
#include "strings_func.h"
#include "window_func.h"
#include "vehicle_func.h"
-#include "settings_type.h"
#include "company_func.h"
#include "newgrf_cargo.h"
#include "widgets/dropdown_func.h"
@@ -31,6 +23,7 @@
#include "string_func.h"
#include "tilehighlight_func.h"
#include "network/network.h"
+#include "settings_type.h"
#include "table/sprites.h"
#include "table/strings.h"