(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user