decoder_*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-04 08:41:16 +01:00
parent 71c697288b
commit e12cc01aa4
9 changed files with 48 additions and 41 deletions

View File

@@ -20,13 +20,13 @@
#include "config.h"
#include "PlayerThread.hxx"
#include "DecoderThread.hxx"
#include "DecoderControl.hxx"
#include "song.h"
#include "Main.hxx"
#include "mpd_error.h"
extern "C" {
#include "player_control.h"
#include "decoder_control.h"
#include "output_all.h"
#include "event_pipe.h"
#include "crossfade.h"