diff options
author | Max Horn | 2007-02-24 23:41:20 +0000 |
---|---|---|
committer | Max Horn | 2007-02-24 23:41:20 +0000 |
commit | 836642047488427ffce13b4355deab3ced1d2b17 (patch) | |
tree | d3f019095045316b064238d0aaed95396c3d4af4 | |
parent | b3931a847d21b0770f7b30bd1e4c793dc283abf3 (diff) | |
download | scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.tar.gz scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.tar.bz2 scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.zip |
Remove unneeded #includes
svn-id: r25838
-rw-r--r-- | engines/sword2/animation.cpp | 3 | ||||
-rw-r--r-- | sound/mixer.cpp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/engines/sword2/animation.cpp b/engines/sword2/animation.cpp index 1127d825f2..1d7dd3e98e 100644 --- a/engines/sword2/animation.cpp +++ b/engines/sword2/animation.cpp @@ -24,9 +24,6 @@ #include "common/file.h" #include "common/system.h" -#include "sound/vorbis.h" -#include "sound/mp3.h" - #include "sword2/sword2.h" #include "sword2/defs.h" #include "sword2/header.h" diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 26fd195b07..e1fae737e9 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -30,9 +30,6 @@ #include "sound/mixer.h" #include "sound/rate.h" #include "sound/audiostream.h" -#include "sound/flac.h" -#include "sound/mp3.h" -#include "sound/vorbis.h" namespace Audio { |