Commit 33e44fbd authored by Max Kellermann's avatar Max Kellermann

output: don't include conf.h from output_control.h

Minimize header dependencies.
parent 65f2386b
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#ifndef MPD_OUTPUT_CONTROL_H #ifndef MPD_OUTPUT_CONTROL_H
#define MPD_OUTPUT_CONTROL_H #define MPD_OUTPUT_CONTROL_H
#include "conf.h"
#include <stddef.h> #include <stddef.h>
#include <stdbool.h> #include <stdbool.h>
...@@ -28,6 +26,7 @@ struct audio_output; ...@@ -28,6 +26,7 @@ struct audio_output;
struct audio_output_plugin; struct audio_output_plugin;
struct audio_format; struct audio_format;
struct tag; struct tag;
struct config_param;
int int
audio_output_init(struct audio_output *, struct config_param *param); audio_output_init(struct audio_output *, struct config_param *param);
......
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