Skip to content

Commit

Permalink
WAGE: Reduced header dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 9, 2016
1 parent 42ebff8 commit 9b8e502
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion engines/wage/design.cpp
Expand Up @@ -45,7 +45,6 @@
*
*/

#include "common/system.h"
#include "graphics/primitives.h"
#include "wage/wage.h"
#include "wage/design.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/wage/gui.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion engines/wage/randomhat.cpp
Expand Up @@ -48,7 +48,6 @@
#include "common/hashmap.h"
#include "wage/randomhat.h"


namespace Wage {

void RandomHat::addTokens(int type, int count) {
Expand Down
4 changes: 2 additions & 2 deletions engines/wage/util.cpp
Expand Up @@ -45,10 +45,10 @@
*
*/

#include "wage/wage.h"

#include "common/stream.h"

#include "wage/wage.h"

namespace Wage {

Common::String readPascalString(Common::SeekableReadStream *in) {
Expand Down
6 changes: 0 additions & 6 deletions engines/wage/wage.cpp
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions engines/wage/world.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 9b8e502

Please sign in to comment.