aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/output_control.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/output_control.h b/src/output_control.h
index d2fa1e2fa..b84fcf07a 100644
--- a/src/output_control.h
+++ b/src/output_control.h
@@ -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);