summaryrefslogtreecommitdiff
path: root/src/order_cmd.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
commit4a1035ab95a994991b2ce802dbbd78f7dd6c0090 (patch)
tree845a4e8019b4224d85946c12f67be2fb14daa301 /src/order_cmd.cpp
parent9598b1ecaf472201508de0a724f0728349bc3567 (diff)
downloadopenttd-4a1035ab95a994991b2ce802dbbd78f7dd6c0090.tar.xz
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
Diffstat (limited to 'src/order_cmd.cpp')
-rw-r--r--src/order_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index 044494404..2cce9c55a 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -4,7 +4,8 @@
#include "stdafx.h"
#include "openttd.h"
-#include "order.h"
+#include "order_base.h"
+#include "order_func.h"
#include "airport.h"
#include "depot.h"
#include "waypoint.h"