(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "table/strings.h"
|
||||
#include "newgrf_townname.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "string_func.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
static GRFTownName *_grf_townnames = NULL;
|
||||
|
||||
GRFTownName *GetGRFTownName(uint32 grfid)
|
||||
|
Reference in New Issue
Block a user