AVALANCHE: Cleaning includes - remove useless includes in cpp files

This commit is contained in:
Strangerke 2013-10-05 01:55:41 +02:00
parent 304ab6da15
commit a357dc4d0c
14 changed files with 1 additions and 67 deletions

View file

@ -29,14 +29,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/animation.h"
#include "avalanche/dialogs.h"
#include "avalanche/background.h"
#include "avalanche/sequence.h"
#include "avalanche/timer.h"
#include "common/scummsys.h"
#include "common/textconsole.h"
#include "common/file.h"
namespace Avalanche {

View file

@ -27,18 +27,8 @@
#include "avalanche/avalanche.h"
#include "common/system.h"
#include "common/random.h"
#include "common/error.h"
#include "common/events.h"
#include "common/debug-channels.h"
#include "common/config-manager.h"
#include "common/textconsole.h"
#include "common/savefile.h"
#include "engines/util.h"
#include "gui/saveload.h"
#include "graphics/thumbnail.h"
namespace Avalanche {

View file

@ -28,11 +28,7 @@
/* AVALOT The kernel of the program. */
#include "avalanche/avalanche.h"
#include "common/file.h"
#include "common/random.h"
#include "common/str.h"
#include "common/textconsole.h"
#include "common/config-manager.h"
namespace Avalanche {

View file

@ -29,9 +29,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/background.h"
#include "avalanche/animation.h"
#include "common/textconsole.h"
namespace Avalanche {

View file

@ -30,7 +30,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/closing.h"
#include "common/textconsole.h"
#include "common/random.h"
namespace Avalanche {

View file

@ -31,7 +31,6 @@
#include "common/savefile.h"
#include "engines/advancedDetector.h"
#include "graphics/thumbnail.h"
namespace Avalanche {

View file

@ -29,11 +29,7 @@
#include "avalanche/avalanche.h"
#include "avalanche/dialogs.h"
#include "avalanche/animation.h"
#include "avalanche/timer.h"
#include "common/textconsole.h"
#include "common/file.h"
#include "common/random.h"
namespace Avalanche {

View file

@ -28,11 +28,8 @@
#include "avalanche/avalanche.h"
#include "avalanche/graphics.h"
#include "common/system.h"
#include "common/rect.h"
#include "engines/util.h"
#include "graphics/palette.h"
#include "math.h"
namespace Avalanche {

View file

@ -29,9 +29,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/menu.h"
#include "avalanche/animation.h"
#include "common/textconsole.h"
namespace Avalanche {

View file

@ -27,17 +27,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/parser.h"
#include "avalanche/dialogs.h"
#include "avalanche/timer.h"
#include "avalanche/animation.h"
#include "avalanche/background.h"
#include "avalanche/pingo.h"
#include "avalanche/sequence.h"
#include "common/textconsole.h"
#include <cstring>
#include <cmath>
namespace Avalanche {

View file

@ -28,13 +28,7 @@
/* PINGO Full-screen sub-parts of the game. */
#include "avalanche/avalanche.h"
#include "avalanche/pingo.h"
#include "avalanche/animation.h"
#include "avalanche/dialogs.h"
#include "common/textconsole.h"
#include "common/file.h"
namespace Avalanche {

View file

@ -29,11 +29,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/sequence.h"
#include "avalanche/timer.h"
#include "avalanche/background.h"
#include "avalanche/animation.h"
#include "common/scummsys.h"
namespace Avalanche {

View file

@ -20,11 +20,10 @@
*
*/
#include "audio/audiostream.h"
#include "avalanche/avalanche.h"
#include "avalanche/sound.h"
#include "audio/audiostream.h"
#include "common/system.h"
#include "common/config-manager.h"

View file

@ -29,12 +29,6 @@
#include "avalanche/avalanche.h"
#include "avalanche/timer.h"
#include "avalanche/animation.h"
#include "avalanche/dialogs.h"
#include "avalanche/sequence.h"
#include "avalanche/pingo.h"
#include "common/textconsole.h"
namespace Avalanche {