TOLTECS: Reduced header dependencies

This commit is contained in:
Filippos Karapetis 2010-12-05 13:16:09 +00:00 committed by Willem Jan Palenstijn
parent e9dc055089
commit a9f7094a68
4 changed files with 0 additions and 36 deletions

View File

@ -24,23 +24,8 @@
#ifndef TOLTECS_RENDER_H
#define TOLTECS_RENDER_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/list.h"
#include "common/array.h"
#include "common/rect.h"
#include "graphics/surface.h"
#include "engines/engine.h"
#include "toltecs/segmap.h"
#include "toltecs/screen.h"
#include "toltecs/microtiles.h"

View File

@ -21,16 +21,7 @@
*
*/
#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 "sound/mixer.h"
#include "toltecs/toltecs.h"
#include "toltecs/resource.h"

View File

@ -24,17 +24,9 @@
#ifndef TOLTECS_RESOURCE_H
#define TOLTECS_RESOURCE_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/hashmap.h"
#include "common/hash-str.h"
#include "common/events.h"
#include "common/keyboard.h"
#include "common/array.h"
#include "engines/engine.h"

View File

@ -25,15 +25,11 @@
#include "graphics/thumbnail.h"
#include "sound/mixer.h"
#include "toltecs/toltecs.h"
#include "toltecs/animation.h"
#include "toltecs/palette.h"
#include "toltecs/resource.h"
#include "toltecs/script.h"
#include "toltecs/screen.h"
#include "toltecs/segmap.h"
namespace Toltecs {