decoder_list: convert to C++

This commit is contained in:
Max Kellermann
2013-01-30 17:18:48 +01:00
parent 8142080633
commit 01dd540d7e
14 changed files with 25 additions and 30 deletions

View File

@@ -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"