{decoder,player}_thread: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 20:36:28 +01:00
parent 3bbb502387
commit 975deca85b
7 changed files with 52 additions and 54 deletions

View File

@@ -23,6 +23,7 @@
#include "UpdateGlue.hxx"
#include "chunk.h"
#include "StateFile.hxx"
#include "PlayerThread.hxx"
extern "C" {
#include "daemon.h"
@@ -33,7 +34,6 @@ extern "C" {
#include "AllCommands.h"
#include "playlist.h"
#include "database.h"
#include "player_thread.h"
#include "listen.h"
#include "cmdline.h"
#include "conf.h"