(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -13,15 +13,16 @@
|
||||
#include "debug.h"
|
||||
#include "openttd.h"
|
||||
#include "variables.h"
|
||||
#include "table/strings.h"
|
||||
#include "newgrf.h"
|
||||
#include "newgrf_text.h"
|
||||
#include "table/control_codes.h"
|
||||
#include "strings_func.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "newgrf_storage.h"
|
||||
#include "string_func.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "table/control_codes.h"
|
||||
|
||||
#define GRFTAB 28
|
||||
#define TABSIZE 11
|
||||
|
||||
|
Reference in New Issue
Block a user