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

@@ -20,6 +20,7 @@
#include "config.h"
#include "OutputControl.hxx"
#include "conf.h"
#include "Idle.hxx"
extern "C" {
#include "output_plugin.h"
@@ -29,7 +30,6 @@ extern "C" {
#include "filter_registry.h"
#include "pcm_convert.h"
#include "event_pipe.h"
#include "idle.h"
}
#include "PlayerControl.hxx"