From 01dd540d7ea062d08c5c6000422dbba197511efc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 17:18:48 +0100 Subject: decoder_list: convert to C++ --- src/SongUpdate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SongUpdate.cxx') 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" -- cgit v1.2.3