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

@@ -19,6 +19,8 @@
#include "config.h"
#include "DecoderThread.hxx"
#include "DecoderControl.hxx"
#include "DecoderInternal.hxx"
#include "decoder_error.h"
#include "decoder_plugin.h"
#include "song.h"
@@ -26,8 +28,6 @@
#include "Mapper.hxx"
extern "C" {
#include "decoder_control.h"
#include "decoder_internal.h"
#include "decoder_list.h"
#include "decoder_api.h"
#include "replay_gain_ape.h"