diff options
author | Max Horn | 2008-09-03 15:22:19 +0000 |
---|---|---|
committer | Max Horn | 2008-09-03 15:22:19 +0000 |
commit | 55a05dc0f4c7141de44008148bbcb7add4c1b078 (patch) | |
tree | 74525cdb279a5619815bf4b301ab1e743424b931 /sound | |
parent | 196ce8eb98aa49b7661933f2fad91b2294c83e75 (diff) | |
download | scummvm-rg350-55a05dc0f4c7141de44008148bbcb7add4c1b078.tar.gz scummvm-rg350-55a05dc0f4c7141de44008148bbcb7add4c1b078.tar.bz2 scummvm-rg350-55a05dc0f4c7141de44008148bbcb7add4c1b078.zip |
Some cleanup by peres
svn-id: r34308
Diffstat (limited to 'sound')
-rw-r--r-- | sound/flac.cpp | 3 | ||||
-rw-r--r-- | sound/flac.h | 1 | ||||
-rw-r--r-- | sound/mp3.h | 1 | ||||
-rw-r--r-- | sound/vorbis.h | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sound/flac.cpp b/sound/flac.cpp index da8460eebc..51b75237a4 100644 --- a/sound/flac.cpp +++ b/sound/flac.cpp @@ -72,9 +72,6 @@ typedef FLAC__StreamDecoder FLAC__SeekableStreamDecoder; #endif -using Common::File; - - namespace Audio { #pragma mark - diff --git a/sound/flac.h b/sound/flac.h index 5c825847b6..8a51441afd 100644 --- a/sound/flac.h +++ b/sound/flac.h @@ -31,7 +31,6 @@ #ifdef USE_FLAC namespace Common { - class File; class SeekableReadStream; } diff --git a/sound/mp3.h b/sound/mp3.h index d544e60e0e..a27fc9dec5 100644 --- a/sound/mp3.h +++ b/sound/mp3.h @@ -31,7 +31,6 @@ #ifdef USE_MAD namespace Common { - class File; class SeekableReadStream; } diff --git a/sound/vorbis.h b/sound/vorbis.h index 758bfd9487..012c33e310 100644 --- a/sound/vorbis.h +++ b/sound/vorbis.h @@ -31,7 +31,6 @@ #ifdef USE_VORBIS namespace Common { - class File; class SeekableReadStream; } |