WAGE: Reduced header dependency

This commit is contained in:
Eugene Sandulenko 2016-01-09 01:25:23 +01:00
parent 42ebff811a
commit 9b8e5020bf
6 changed files with 3 additions and 14 deletions

View File

@ -45,7 +45,6 @@
*
*/
#include "common/system.h"
#include "graphics/primitives.h"
#include "wage/wage.h"
#include "wage/design.h"

View File

@ -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"

View File

@ -48,7 +48,6 @@
#include "common/hashmap.h"
#include "wage/randomhat.h"
namespace Wage {
void RandomHat::addTokens(int type, int count) {

View File

@ -45,10 +45,10 @@
*
*/
#include "wage/wage.h"
#include "common/stream.h"
#include "wage/wage.h"
namespace Wage {
Common::String readPascalString(Common::SeekableReadStream *in) {

View File

@ -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"

View File

@ -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"