summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-30 23:24:18 +0000
committerrubidium <rubidium@openttd.org>2008-03-30 23:24:18 +0000
commitb84b16cfcd06f66f44aa2ff8ad8382776662773d (patch)
tree845a4e8019b4224d85946c12f67be2fb14daa301 /src/order_gui.cpp
parent8e9750901d2ffe6a08b213ae44341ebea0a7e957 (diff)
downloadopenttd-b84b16cfcd06f66f44aa2ff8ad8382776662773d.tar.xz
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 4f13423a5..7ec38c7c3 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -20,7 +20,6 @@
#include "vehicle_gui.h"
#include "timetable.h"
#include "cargotype.h"
-#include "order.h"
#include "strings_func.h"
#include "window_func.h"
#include "vehicle_func.h"