diff options
author | Ori Avtalion | 2016-04-14 16:10:21 +0300 |
---|---|---|
committer | Ori Avtalion | 2016-04-14 16:10:21 +0300 |
commit | 356403233047e260e34887ba0144892be322f472 (patch) | |
tree | 354b2e73ded557e3aa543460a1fe8e952b4a0c88 /video | |
parent | 253e18c44080f57eb2334296e09297a2db5efda9 (diff) | |
download | scummvm-rg350-356403233047e260e34887ba0144892be322f472.tar.gz scummvm-rg350-356403233047e260e34887ba0144892be322f472.tar.bz2 scummvm-rg350-356403233047e260e34887ba0144892be322f472.zip |
JANITORIAL: Reduce audio header dependencies
Diffstat (limited to 'video')
-rw-r--r-- | video/mpegps_decoder.cpp | 1 | ||||
-rw-r--r-- | video/psx_decoder.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/video/mpegps_decoder.cpp b/video/mpegps_decoder.cpp index 6942efbe87..d2e9554c8f 100644 --- a/video/mpegps_decoder.cpp +++ b/video/mpegps_decoder.cpp @@ -21,7 +21,6 @@ */ #include "audio/audiostream.h" -#include "audio/decoders/raw.h" #include "audio/decoders/mp3.h" #include "common/debug.h" #include "common/endian.h" diff --git a/video/psx_decoder.cpp b/video/psx_decoder.cpp index 91f8e1dafc..4f14e2ea4f 100644 --- a/video/psx_decoder.cpp +++ b/video/psx_decoder.cpp @@ -24,7 +24,6 @@ // MDEC video emulation based on http://kenai.com/downloads/jpsxdec/Old/PlayStation1_STR_format1-00.txt #include "audio/audiostream.h" -#include "audio/mixer.h" #include "audio/decoders/raw.h" #include "common/bitstream.h" #include "common/huffman.h" |