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 /sound | |
parent | b3931a847d21b0770f7b30bd1e4c793dc283abf3 (diff) | |
download | scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.tar.gz scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.tar.bz2 scummvm-rg350-836642047488427ffce13b4355deab3ced1d2b17.zip |
Remove unneeded #includes
svn-id: r25838
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mixer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |