diff src/autoreplace_cmd.cpp @ 8264:2495310e220f draft

(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 01:21:35 +0000
parents 6017c5ebeb7e
children 8212ccaf2858
line wrap: on
line diff
--- a/src/autoreplace_cmd.cpp
+++ b/src/autoreplace_cmd.cpp
@@ -4,7 +4,6 @@
 #include "openttd.h"
 #include "roadveh.h"
 #include "ship.h"
-#include "table/strings.h"
 #include "news.h"
 #include "player_func.h"
 #include "engine.h"
@@ -23,6 +22,8 @@
 #include "variables.h"
 #include "autoreplace_func.h"
 
+#include "table/strings.h"
+
 /*
  * move the cargo from one engine to another if possible
  */