Codechange: Include table/strings.h in files that use StringIDs.
Be consistent with how and where the file is incldued.
This commit is contained in:
committed by
Peter Nelson
parent
edb101d12f
commit
2909a14374
@@ -12,7 +12,6 @@
|
||||
#include "../debug.h"
|
||||
#include "../settings_type.h"
|
||||
#include "../strings_func.h"
|
||||
#include "table/strings.h"
|
||||
#include "../error.h"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "../core/alloc_type.hpp"
|
||||
@@ -20,6 +19,8 @@
|
||||
#include "../spritecache.h"
|
||||
#include "grf.hpp"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
extern const uint8_t _palmap_w2d[];
|
||||
|
||||
Reference in New Issue
Block a user