Commit 412ff762 authored by Max Kellermann's avatar Max Kellermann

output/sndio: use forward declarations

parent 44bbf42a
......@@ -20,6 +20,7 @@
#include "config.h"
#include "SndioOutputPlugin.hxx"
#include "mixer/MixerList.hxx"
#include "mixer/Listener.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
......
......@@ -18,11 +18,13 @@
*/
#include "../OutputAPI.hxx"
#include "mixer/Listener.hxx"
#ifndef MPD_SNDIO_OUTPUT_PLUGIN_HXX
#define MPD_SNDIO_OUTPUT_PLUGIN_HXX
class Mixer;
class MixerListener;
extern const struct AudioOutputPlugin sndio_output_plugin;
class SndioOutput final : AudioOutput {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment