summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
commit6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch)
tree363706bbe1ba6b6371262054186fc05b6ec938a7 /src/order_gui.cpp
parentd880056415cf6254e86a3038a8ed2d02f8af2267 (diff)
downloadopenttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index a41a41536..0e7579546 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -13,11 +13,9 @@
#include "command_func.h"
#include "viewport_func.h"
#include "depot_map.h"
-#include "vehicle_gui.h"
#include "roadveh.h"
#include "timetable.h"
#include "strings_func.h"
-#include "window_func.h"
#include "company_func.h"
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
@@ -33,7 +31,6 @@
#include "widgets/order_widget.h"
-#include "table/strings.h"
/** Order load types that could be given to station orders. */
static const StringID _station_load_types[][5][5] = {