From e0a30e00399366f0a7130071c961cb368444d1b3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 13 Apr 2011 12:29:17 +0200 Subject: AUDIO: Stop adpcm.h from including common/stream.h --- audio/decoders/adpcm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/decoders/adpcm.h') diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h index a41da3ae77..06cda69225 100644 --- a/audio/decoders/adpcm.h +++ b/audio/decoders/adpcm.h @@ -38,7 +38,9 @@ #define SOUND_ADPCM_H #include "common/scummsys.h" -#include "common/stream.h" +#include "common/types.h" + +namespace Common { class SeekableReadStream; } namespace Audio { -- cgit v1.2.3