aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r--src/DecoderThread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx
index 18228f38..8ab15758 100644
--- a/src/DecoderThread.cxx
+++ b/src/DecoderThread.cxx
@@ -26,13 +26,13 @@
#include "song.h"
#include "mpd_error.h"
#include "Mapper.hxx"
+#include "decoder_api.h"
+#include "tag.h"
+#include "input_stream.h"
extern "C" {
#include "decoder_list.h"
-#include "decoder_api.h"
#include "replay_gain_ape.h"
-#include "input_stream.h"
-#include "tag.h"
#include "uri.h"
}