AVALANCHE: Cleaning includes - remove useless includes in cpp files
This commit is contained in:
parent
304ab6da15
commit
a357dc4d0c
14 changed files with 1 additions and 67 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -29,9 +29,6 @@
|
|||
|
||||
#include "avalanche/avalanche.h"
|
||||
#include "avalanche/background.h"
|
||||
#include "avalanche/animation.h"
|
||||
|
||||
#include "common/textconsole.h"
|
||||
|
||||
namespace Avalanche {
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "avalanche/avalanche.h"
|
||||
#include "avalanche/closing.h"
|
||||
|
||||
#include "common/textconsole.h"
|
||||
#include "common/random.h"
|
||||
|
||||
namespace Avalanche {
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "common/savefile.h"
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
|
||||
#include "graphics/thumbnail.h"
|
||||
|
||||
namespace Avalanche {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -29,9 +29,6 @@
|
|||
|
||||
#include "avalanche/avalanche.h"
|
||||
#include "avalanche/menu.h"
|
||||
#include "avalanche/animation.h"
|
||||
|
||||
#include "common/textconsole.h"
|
||||
|
||||
namespace Avalanche {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue