mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r11834) -Codechange: only include settings_type.h if needed.
This commit is contained in:
@@ -32,6 +32,7 @@ extern const char _openttd_revision[];
|
||||
#include "../window_func.h"
|
||||
#include "../string_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../settings_type.h"
|
||||
#ifdef DEBUG_DUMP_COMMANDS
|
||||
#include "../core/alloc_func.hpp"
|
||||
#endif /* DEBUG_DUMP_COMMANDS */
|
||||
|
@@ -25,6 +25,7 @@
|
||||
#include "../string_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../player_func.h"
|
||||
#include "../settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "../table/sprites.h"
|
||||
|
@@ -25,6 +25,7 @@
|
||||
#include "../player_base.h"
|
||||
#include "../player_func.h"
|
||||
#include "../player_gui.h"
|
||||
#include "../settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include "../string_func.h"
|
||||
#include "../player_base.h"
|
||||
#include "../player_func.h"
|
||||
#include "../settings_type.h"
|
||||
|
||||
#include "core/udp.h"
|
||||
|
||||
|
Reference in New Issue
Block a user