aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/vorbis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/vorbis.cpp')
-rw-r--r--audio/decoders/vorbis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/vorbis.cpp b/audio/decoders/vorbis.cpp
index a9bcb6167f..63f7ba8207 100644
--- a/audio/decoders/vorbis.cpp
+++ b/audio/decoders/vorbis.cpp
@@ -32,8 +32,8 @@
#ifdef USE_VORBIS
-#include "common/debug.h"
#include "common/stream.h"
+#include "common/textconsole.h"
#include "common/util.h"
#include "audio/audiostream.h"