aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
commit01dd540d7ea062d08c5c6000422dbba197511efc (patch)
tree17f30dd6a3de1cbde161b50a5a7da54fd3a6ace2 /src/DecoderThread.cxx
parent814208063300d9791d1695e1dbbd784ec5818280 (diff)
decoder_list: convert to C++
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r--src/DecoderThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index ac89b54c..b7b0bf78 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -30,9 +30,9 @@
#include "decoder_api.h"
#include "tag.h"
#include "InputStream.hxx"
+#include "DecoderList.hxx"
extern "C" {
-#include "decoder_list.h"
#include "replay_gain_ape.h"
#include "uri.h"
}