aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 08:41:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 09:41:45 +0100
commite12cc01aa4b25798a2887ac6c5e01309e744ea8b (patch)
treecbf58024a0fb6d470a87c420ddcdf0ac2f0f15d6 /src/DecoderThread.cxx
parent71c697288b2325011f7302437aac912e88d6b6b4 (diff)
decoder_*: convert to C++
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r--src/DecoderThread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index cbdb1918..f6f8437a 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -19,6 +19,8 @@
#include "config.h"
#include "DecoderThread.hxx"
+#include "DecoderControl.hxx"
+#include "DecoderInternal.hxx"
#include "decoder_error.h"
#include "decoder_plugin.h"
#include "song.h"
@@ -26,8 +28,6 @@
#include "Mapper.hxx"
extern "C" {
-#include "decoder_control.h"
-#include "decoder_internal.h"
#include "decoder_list.h"
#include "decoder_api.h"
#include "replay_gain_ape.h"