Commit 6069cafd authored by Max Kellermann's avatar Max Kellermann

pulse: clean up includes

Don't include output_api.h - this is not an output plugin. Added missing explicit conf.h and string.h includes.
parent 21bb10f4
#include "../output_api.h"
#include "../mixer_api.h"
#include "mixer_api.h"
#include "conf.h"
#include <glib.h>
#include <pulse/volume.h>
#include <pulse/pulseaudio.h>
#include <string.h>
struct pulse_mixer {
struct mixer base;
char *server;
......
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