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/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 83baf4ca..ecea5984 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -50,13 +50,13 @@ #include "fs/Path.hxx" #include "PlaylistRegistry.hxx" #include "ZeroconfGlue.hxx" +#include "DecoderList.hxx" extern "C" { #include "daemon.h" #include "stats.h" #include "audio_config.h" #include "pcm_resample.h" -#include "decoder_list.h" } #include "mpd_error.h" -- cgit v1.2.3