output_api: convert to C++

This commit is contained in:
Max Kellermann
2013-07-30 08:34:10 +02:00
parent c75cb67c44
commit 648196319f
25 changed files with 27 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "MixerInternal.hxx"
#include "output_api.h"
#include "OutputAPI.hxx"
#include "GlobalEvents.hxx"
#include "Main.hxx"
#include "event/MultiSocketMonitor.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "MixerInternal.hxx"
#include "output_api.h"
#include "OutputAPI.hxx"
#include "fd_util.h"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "config.h"
#include "MixerInternal.hxx"
#include "output_api.h"
#include "OutputAPI.hxx"
#include "output/RoarOutputPlugin.hxx"
struct RoarMixer final : public Mixer {

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "MixerInternal.hxx"
#include "output_api.h"
#include "OutputAPI.hxx"
#include "output/WinmmOutputPlugin.hxx"
#include <mmsystem.h>