Commit 585f81ec authored by Max Kellermann's avatar Max Kellermann

output_api: don't include config.h

If an output plugin requires config.h, it should include it directly.
parent 02c99d77
......@@ -17,6 +17,7 @@
#include "../output_api.h"
#include "../utils.h"
#include "config.h"
#include <assert.h>
......
......@@ -21,7 +21,6 @@
#define MPD_OUTPUT_API_H
#include "output_plugin.h"
#include "config.h"
#include "audio_format.h"
#include "tag.h"
#include "conf.h"
......
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