mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
TOLTECS: Reduced header dependencies
This commit is contained in:
parent
febda31f50
commit
e9dc055089
@ -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"
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user