TOLTECS: Reduced header dependencies

This commit is contained in:
Filippos Karapetis 2010-12-05 12:48:13 +00:00 committed by Willem Jan Palenstijn
parent c52aa31a18
commit febda31f50
7 changed files with 0 additions and 94 deletions

View file

@ -29,9 +29,6 @@
#include "common/savefile.h" #include "common/savefile.h"
#include "common/config-manager.h" #include "common/config-manager.h"
#include "base/plugins.h"
#include "base/version.h"
#include "sound/mixer.h" #include "sound/mixer.h"
#include "toltecs/toltecs.h" #include "toltecs/toltecs.h"

View file

@ -24,20 +24,8 @@
#ifndef TOLTECS_SCRIPT_H #ifndef TOLTECS_SCRIPT_H
#define TOLTECS_SCRIPT_H #define TOLTECS_SCRIPT_H
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/util.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/system.h"
#include "common/hash-str.h"
#include "common/events.h"
#include "common/keyboard.h"
#include "common/array.h"
#include "common/func.h" #include "common/func.h"
#include "engines/engine.h"
namespace Toltecs { namespace Toltecs {
const int kMaxScriptSlots = 50; const int kMaxScriptSlots = 50;

View file

@ -21,24 +21,8 @@
* *
*/ */
#include "common/events.h"
#include "common/keyboard.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/config-manager.h"
#include "common/stream.h"
#include "graphics/primitives.h"
#include "base/plugins.h"
#include "base/version.h"
#include "sound/mixer.h"
#include "toltecs/toltecs.h" #include "toltecs/toltecs.h"
#include "toltecs/render.h" #include "toltecs/render.h"
#include "toltecs/resource.h"
#include "toltecs/screen.h"
#include "toltecs/segmap.h" #include "toltecs/segmap.h"
namespace Toltecs { namespace Toltecs {

View file

@ -24,21 +24,6 @@
#ifndef TOLTECS_SEGMAP_H #ifndef TOLTECS_SEGMAP_H
#define TOLTECS_SEGMAP_H #define TOLTECS_SEGMAP_H
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/util.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/system.h"
#include "common/hash-str.h"
#include "common/events.h"
#include "common/keyboard.h"
#include "common/array.h"
#include "graphics/surface.h"
#include "engines/engine.h"
#include "toltecs/screen.h" #include "toltecs/screen.h"
namespace Toltecs { namespace Toltecs {

View file

@ -21,26 +21,11 @@
* *
*/ */
#include "common/events.h"
#include "common/keyboard.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/config-manager.h"
#include "base/plugins.h"
#include "base/version.h"
#include "graphics/cursorman.h"
#include "sound/mixer.h" #include "sound/mixer.h"
#include "sound/decoders/raw.h" #include "sound/decoders/raw.h"
#include "toltecs/toltecs.h" #include "toltecs/toltecs.h"
#include "toltecs/palette.h"
#include "toltecs/render.h"
#include "toltecs/resource.h" #include "toltecs/resource.h"
#include "toltecs/screen.h"
#include "toltecs/script.h"
#include "toltecs/segmap.h" #include "toltecs/segmap.h"
#include "toltecs/sound.h" #include "toltecs/sound.h"

View file

@ -24,23 +24,6 @@
#ifndef TOLTECS_SOUND_H #ifndef TOLTECS_SOUND_H
#define TOLTECS_SOUND_H #define TOLTECS_SOUND_H
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/util.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/system.h"
#include "common/hash-str.h"
#include "common/events.h"
#include "common/keyboard.h"
#include "common/array.h"
#include "sound/audiostream.h"
#include "sound/mixer.h"
#include "sound/decoders/voc.h"
#include "engines/engine.h"
#include "toltecs/toltecs.h" #include "toltecs/toltecs.h"
namespace Toltecs { namespace Toltecs {

View file

@ -21,26 +21,10 @@
* *
*/ */
#include "common/events.h"
#include "common/keyboard.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/config-manager.h"
#include "base/plugins.h"
#include "base/version.h"
#include "graphics/cursorman.h"
#include "sound/mixer.h"
#include "toltecs/toltecs.h" #include "toltecs/toltecs.h"
#include "toltecs/palette.h" #include "toltecs/palette.h"
#include "toltecs/render.h" #include "toltecs/render.h"
#include "toltecs/resource.h" #include "toltecs/resource.h"
#include "toltecs/screen.h"
#include "toltecs/script.h"
#include "toltecs/segmap.h"
namespace Toltecs { namespace Toltecs {