mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
WAGE: Reduced header dependency
This commit is contained in:
parent
42ebff811a
commit
9b8e5020bf
@ -45,7 +45,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/system.h"
|
||||
#include "graphics/primitives.h"
|
||||
#include "wage/wage.h"
|
||||
#include "wage/design.h"
|
||||
|
@ -45,12 +45,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/system.h"
|
||||
#include "common/timer.h"
|
||||
#include "common/unzip.h"
|
||||
#include "graphics/cursorman.h"
|
||||
#include "graphics/fonts/bdf.h"
|
||||
#include "graphics/palette.h"
|
||||
|
||||
#include "wage/wage.h"
|
||||
#include "wage/design.h"
|
||||
#include "wage/entities.h"
|
||||
|
@ -48,7 +48,6 @@
|
||||
#include "common/hashmap.h"
|
||||
#include "wage/randomhat.h"
|
||||
|
||||
|
||||
namespace Wage {
|
||||
|
||||
void RandomHat::addTokens(int type, int count) {
|
||||
|
@ -45,10 +45,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "wage/wage.h"
|
||||
|
||||
#include "common/stream.h"
|
||||
|
||||
#include "wage/wage.h"
|
||||
|
||||
namespace Wage {
|
||||
|
||||
Common::String readPascalString(Common::SeekableReadStream *in) {
|
||||
|
@ -45,13 +45,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/debug-channels.h"
|
||||
#include "common/error.h"
|
||||
#include "common/file.h"
|
||||
#include "common/fs.h"
|
||||
|
||||
#include "engines/engine.h"
|
||||
#include "engines/util.h"
|
||||
|
@ -46,9 +46,6 @@
|
||||
*/
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/macresman.h"
|
||||
#include "common/memstream.h"
|
||||
#include "common/str-array.h"
|
||||
|
||||
#include "wage/wage.h"
|
||||
#include "wage/entities.h"
|
||||
|
Loading…
Reference in New Issue
Block a user