mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
Reduce dependencies on common/savefile.h from 88 to 14
svn-id: r16528
This commit is contained in:
parent
cffd917165
commit
6f6668ce21
@ -27,6 +27,7 @@
|
||||
#include "common/config-manager.h"
|
||||
#include "common/file.h"
|
||||
#include "common/timer.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/scaler.h" // For GFX_NORMAL
|
||||
#include "common/system.h"
|
||||
#include "sound/mixer.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "gui/message.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/system.h"
|
||||
|
||||
DECLARE_SINGLETON(OSystem);
|
||||
|
@ -24,12 +24,11 @@
|
||||
#define COMMON_SYSTEM_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/util.h"
|
||||
#include "common/mutex.h"
|
||||
#include "common/rect.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/singleton.h"
|
||||
|
||||
class SaveFileManager;
|
||||
|
||||
/**
|
||||
* Interface for ScummVM backends. If you want to port ScummVM to a system
|
||||
|
@ -19,10 +19,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/util.h"
|
||||
#include "common/system.h"
|
||||
#include "stdafx.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/file.h"
|
||||
#include "common/system.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/util.h"
|
||||
#include "gui/message.h"
|
||||
#include "sky/compact.h"
|
||||
#include "sky/control.h"
|
||||
|
@ -19,9 +19,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/stdafx.h"
|
||||
#include "common/file.h"
|
||||
#include "common/util.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "gui/message.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user