diff options
author | Max Horn | 2010-11-19 17:03:07 +0000 |
---|---|---|
committer | Max Horn | 2010-11-19 17:03:07 +0000 |
commit | 2180b2d6b534d3786f89d02fe508c60c68b7ff89 (patch) | |
tree | ac7af0e5f5049537f4c81c401d5685bebbb47068 /sound/decoders | |
parent | 111384473bb65741f7f2b945e1c00e6aeccc805c (diff) | |
download | scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.gz scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.bz2 scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.zip |
COMMON: Split common/stream.h into several headers
svn-id: r54385
Diffstat (limited to 'sound/decoders')
-rw-r--r-- | sound/decoders/raw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/raw.cpp b/sound/decoders/raw.cpp index 2259cd315c..aedddbf6c4 100644 --- a/sound/decoders/raw.cpp +++ b/sound/decoders/raw.cpp @@ -24,7 +24,7 @@ */ #include "common/endian.h" -#include "common/stream.h" +#include "common/memstream.h" #include "sound/audiostream.h" #include "sound/mixer.h" |