Reduce dependencies on common/savefile.h from 88 to 14

svn-id: r16528
This commit is contained in:
Max Horn 2005-01-10 22:18:39 +00:00
parent cffd917165
commit 6f6668ce21
5 changed files with 10 additions and 6 deletions

View File

@ -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"

View File

@ -29,6 +29,7 @@
#include "gui/message.h"
#include "common/config-manager.h"
#include "common/savefile.h"
#include "common/system.h"
DECLARE_SINGLETON(OSystem);

View File

@ -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

View File

@ -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"

View File

@ -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"