(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include "../strings_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../functions.h"
|
||||
#include "../core/endian_func.hpp"
|
||||
#include "../vehicle_base.h"
|
||||
#include "../company_func.h"
|
||||
@@ -37,11 +36,8 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "saveload.h"
|
||||
#include "saveload_internal.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
extern const uint16 SAVEGAME_VERSION = 112;
|
||||
|
||||
SavegameType _savegame_type; ///< type of savegame we are loading
|
||||
@@ -1160,7 +1156,6 @@ static void UninitNoComp()
|
||||
********** START OF MEMORY CODE (in ram)****
|
||||
********************************************/
|
||||
|
||||
#include "../table/sprites.h"
|
||||
#include "../gui.h"
|
||||
|
||||
struct ThreadedSave {
|
||||
|
Reference in New Issue
Block a user