output: don't include conf.h from output_control.h
Minimize header dependencies.
This commit is contained in:
parent
65f2386b39
commit
33e44fbde8
@ -19,8 +19,6 @@
|
||||
#ifndef MPD_OUTPUT_CONTROL_H
|
||||
#define MPD_OUTPUT_CONTROL_H
|
||||
|
||||
#include "conf.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@ -28,6 +26,7 @@ struct audio_output;
|
||||
struct audio_output_plugin;
|
||||
struct audio_format;
|
||||
struct tag;
|
||||
struct config_param;
|
||||
|
||||
int
|
||||
audio_output_init(struct audio_output *, struct config_param *param);
|
||||
|
Loading…
Reference in New Issue
Block a user