mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
Pushed down some header deps
svn-id: r34845
This commit is contained in:
parent
de8dedf3c3
commit
d387206175
@ -25,6 +25,7 @@
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/file.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/util.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
@ -27,13 +27,13 @@
|
||||
#define COMMON_FILE_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/noncopyable.h"
|
||||
#include "common/str.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
class Archive;
|
||||
class FSNode;
|
||||
|
||||
/**
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define XML_PARSER_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "graphics/surface.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/system.h"
|
||||
#include "common/xmlparser.h"
|
||||
#include "common/stream.h"
|
||||
@ -38,6 +38,7 @@
|
||||
#include "common/hash-str.h"
|
||||
#include "common/stack.h"
|
||||
|
||||
|
||||
namespace Common {
|
||||
|
||||
/*
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/util.h"
|
||||
#include "common/fs.h"
|
||||
|
||||
#include "agi/wagparser.h"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "sound/wave.h"
|
||||
#include "graphics/cursorman.h"
|
||||
|
||||
#include "common/archive.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/archive.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
#include "scumm/actor.h"
|
||||
|
Loading…
Reference in New Issue
Block a user