TOLTECS: Reduced header dependencies

This commit is contained in:
Filippos Karapetis 2010-12-05 12:51:48 +00:00 committed by Willem Jan Palenstijn
parent febda31f50
commit e9dc055089
3 changed files with 1 additions and 33 deletions

View File

@ -21,14 +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 "graphics/thumbnail.h"

View File

@ -21,26 +21,14 @@
*
*/
#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/palette.h"
#include "toltecs/render.h"
#include "toltecs/resource.h"
#include "toltecs/screen.h"
#include "toltecs/script.h"
#include "toltecs/segmap.h"
namespace Toltecs {

View File

@ -24,21 +24,8 @@
#ifndef TOLTECS_SCREEN_H
#define TOLTECS_SCREEN_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 "graphics/surface.h"
#include "engines/engine.h"
#include "toltecs/toltecs.h"
namespace Toltecs {