mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 17:32:45 +01:00
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
@@ -41,13 +41,14 @@
|
||||
#include "road.h"
|
||||
#include "rail.h"
|
||||
#include "game/game.hpp"
|
||||
#include "table/strings.h"
|
||||
#include "3rdparty/fmt/chrono.h"
|
||||
#include "company_cmd.h"
|
||||
#include "misc_cmd.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
/* scriptfile handling */
|
||||
|
||||
Reference in New Issue
Block a user