diff options
author | Ori Avtalion | 2011-02-12 10:00:52 +0000 |
---|---|---|
committer | Ori Avtalion | 2011-02-12 10:00:52 +0000 |
commit | 84a8bdc86ba488057052a7c87fab62dd916e43df (patch) | |
tree | 6d3c4a801f81950bf2d6826dd74803699b8beb42 | |
parent | 56366c4c41aa9dcff1b154b321d6387ad500d329 (diff) | |
download | scummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.tar.gz scummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.tar.bz2 scummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.zip |
JANITORIAL: Remove duplicate #include's
svn-id: r55889
-rw-r--r-- | base/main.cpp | 3 | ||||
-rw-r--r-- | engines/m4/m4.cpp | 1 | ||||
-rw-r--r-- | engines/parallaction/sound_br.cpp | 1 | ||||
-rw-r--r-- | engines/sword1/mouse.cpp | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/base/main.cpp b/base/main.cpp index 8c613b8e85..65aa0ab43f 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -40,7 +40,7 @@ #include "common/archive.h" #include "common/config-manager.h" #include "common/debug.h" -#include "common/debug-channels.h" +#include "common/debug-channels.h" /* for debug manager */ #include "common/events.h" #include "common/EventRecorder.h" #include "common/file.h" @@ -48,7 +48,6 @@ #include "common/system.h" #include "common/tokenizer.h" #include "common/translation.h" -#include "common/debug-channels.h" /* for debug manager */ #include "gui/gui-manager.h" #include "gui/message.h" diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp index d557ef991b..2bdd53040a 100644 --- a/engines/m4/m4.cpp +++ b/engines/m4/m4.cpp @@ -42,7 +42,6 @@ #include "m4/woodscript.h" #include "m4/actor.h" #include "m4/sound.h" -#include "m4/rails.h" #include "m4/script.h" #include "m4/compression.h" #include "m4/animation.h" diff --git a/engines/parallaction/sound_br.cpp b/engines/parallaction/sound_br.cpp index 978d809a61..e127cf2838 100644 --- a/engines/parallaction/sound_br.cpp +++ b/engines/parallaction/sound_br.cpp @@ -23,7 +23,6 @@ * */ -#include "audio/mixer.h" #include "common/stream.h" #include "common/util.h" diff --git a/engines/sword1/mouse.cpp b/engines/sword1/mouse.cpp index cdc60d7634..751b27efc0 100644 --- a/engines/sword1/mouse.cpp +++ b/engines/sword1/mouse.cpp @@ -35,7 +35,6 @@ #include "sword1/objectman.h" #include "sword1/sworddefs.h" #include "sword1/swordres.h" -#include "sword1/menu.h" #include "sword1/sword1.h" namespace Sword1 { |