aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/mac_snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/mac_snd.cpp')
-rw-r--r--audio/decoders/mac_snd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/decoders/mac_snd.cpp b/audio/decoders/mac_snd.cpp
index 7c1a2f75f0..fc69988860 100644
--- a/audio/decoders/mac_snd.cpp
+++ b/audio/decoders/mac_snd.cpp
@@ -30,11 +30,10 @@
* We implement both type 1 and type 2 snd resources, but only those that are sampled
*/
-#include "common/util.h"
+#include "common/textconsole.h"
#include "common/stream.h"
#include "audio/decoders/mac_snd.h"
-#include "audio/audiostream.h"
#include "audio/decoders/raw.h"
namespace Audio {