aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorOri Avtalion2011-02-12 10:00:52 +0000
committerOri Avtalion2011-02-12 10:00:52 +0000
commit84a8bdc86ba488057052a7c87fab62dd916e43df (patch)
tree6d3c4a801f81950bf2d6826dd74803699b8beb42 /engines
parent56366c4c41aa9dcff1b154b321d6387ad500d329 (diff)
downloadscummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.tar.gz
scummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.tar.bz2
scummvm-rg350-84a8bdc86ba488057052a7c87fab62dd916e43df.zip
JANITORIAL: Remove duplicate #include's
svn-id: r55889
Diffstat (limited to 'engines')
-rw-r--r--engines/m4/m4.cpp1
-rw-r--r--engines/parallaction/sound_br.cpp1
-rw-r--r--engines/sword1/mouse.cpp1
3 files changed, 0 insertions, 3 deletions
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 {