event_pipe.h: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 22:37:47 +01:00
parent 8eacd13ce7
commit 5faf443038
16 changed files with 21 additions and 44 deletions

View File

@@ -18,11 +18,15 @@
*/
#include "config.h"
extern "C" {
#include "mixer_control.h"
#include "mixer_list.h"
#include "filter_registry.h"
}
#include "pcm_volume.h"
#include "event_pipe.h"
#include "EventPipe.hxx"
#include <glib.h>

View File

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