mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 21:49:10 +00:00
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include "../console_func.h"
|
||||
#include <stdarg.h> /* va_list */
|
||||
#include "../md5.h"
|
||||
#include "../fileio.h"
|
||||
#include "../texteff.hpp"
|
||||
#include "../core/random_func.hpp"
|
||||
#include "../window_func.h"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#include "../variables.h"
|
||||
#include "../ai/ai.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../fileio.h"
|
||||
#include "../fileio_func.h"
|
||||
#include "../md5.h"
|
||||
#include "../strings_func.h"
|
||||
#include "../window_func.h"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "../variables.h"
|
||||
#include "../genworld.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../fileio.h"
|
||||
#include "../fileio_func.h"
|
||||
#include "../string_func.h"
|
||||
#include "../player_base.h"
|
||||
#include "../player_func.h"
|
||||
|
Reference in New Issue
Block a user