idle: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 08:36:52 +01:00
parent 3c4bb9ff4e
commit e86e77ad67
19 changed files with 25 additions and 46 deletions

View File

@@ -39,11 +39,11 @@
#include "tag.h"
#include "conf.h"
#include "replay_gain_config.h"
#include "Idle.hxx"
extern "C" {
#include "daemon.h"
#include "io_thread.h"
#include "idle.h"
#include "path.h"
#include "stats.h"
#include "sig_handlers.h"