mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
AUDIO: Stop adpcm.h from including common/stream.h
This commit is contained in:
parent
7607e351cc
commit
e0a30e0039
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user