aboutsummaryrefslogtreecommitdiff
path: root/src/SongUpdate.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/SongUpdate.cxx
parent814208063300d9791d1695e1dbbd784ec5818280 (diff)
decoder_list: convert to C++
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index ce678fe0..e0a8aca1 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -29,10 +29,10 @@ extern "C" {
#include "fs/Path.hxx"
#include "tag.h"
#include "input_stream.h"
+#include "decoder_plugin.h"
+#include "DecoderList.hxx"
extern "C" {
-#include "decoder_list.h"
-#include "decoder_plugin.h"
#include "tag_ape.h"
#include "tag_id3.h"
#include "tag_handler.h"