diff src/autoreplace_cmd.cpp @ 8131:e300ac8001ae draft

(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
author rubidium <rubidium@openttd.org>
date Tue, 25 Dec 2007 11:26:07 +0000
parents 9cc845deddfe
children d18c8a0bb638
line wrap: on
line diff
--- a/src/autoreplace_cmd.cpp
+++ b/src/autoreplace_cmd.cpp
@@ -5,7 +5,6 @@
 #include "roadveh.h"
 #include "ship.h"
 #include "table/strings.h"
-#include "functions.h"
 #include "news.h"
 #include "player.h"
 #include "engine.h"
@@ -19,6 +18,7 @@
 #include "order.h"
 #include "strings_func.h"
 #include "command_func.h"
+#include "functions.h"
 
 /*
  * move the cargo from one engine to another if possible