output_api: include "config.h" without "../"

Including "../config.h" breaks on some systems.
This commit is contained in:
Max Kellermann 2009-02-09 16:50:25 +01:00
parent 1ac328b553
commit e2f22229a6

View File

@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_API_H
#define MPD_OUTPUT_API_H
#include "../config.h"
#include "config.h"
#include "audio_format.h"
#include "tag.h"
#include "conf.h"