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
@@ -13,7 +13,6 @@
|
||||
#include "newgrf_sound.h"
|
||||
#include "window_gui.h"
|
||||
#include "window_func.h"
|
||||
#include "table/sprites.h"
|
||||
#include "string_func.h"
|
||||
#include "strings_func.h"
|
||||
#include "console_func.h"
|
||||
@@ -31,6 +30,8 @@
|
||||
#include <atomic>
|
||||
#include <mutex>
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
static std::mutex _sound_perf_lock;
|
||||
|
||||
Reference in New Issue
Block a user