From 90acd52f22116bed4b126df0218975d2b54aa6aa Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/order_cmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/order_cmd.cpp') diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp index cee298a2f..78ebb3120 100644 --- a/src/order_cmd.cpp +++ b/src/order_cmd.cpp @@ -7,7 +7,6 @@ #include "order.h" #include "airport.h" #include "depot.h" -#include "table/strings.h" #include "waypoint.h" #include "command_func.h" #include "station.h" @@ -24,6 +23,8 @@ #include "settings_type.h" #include "string_func.h" +#include "table/strings.h" + DEFINE_OLD_POOL_GENERIC(Order, Order) /** -- cgit v1.2.3-54-g00ecf