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

Minimize header dependencies.
This commit is contained in:
Max Kellermann 2009-01-18 19:48:31 +01:00
parent 65f2386b39
commit 33e44fbde8

View File

@ -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);