From 95b3430f5277cf36bc9acc989e301ae302747a98 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:28:32 +0100 Subject: removed os_compat.h Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. --- src/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index 3baa96bb2..1d1c3314d 100644 --- a/src/path.c +++ b/src/path.c @@ -21,10 +21,11 @@ #include "conf.h" #include "utils.h" #include "playlist.h" -#include "os_compat.h" #include +#include + static char *fs_charset; char *fs_charset_to_utf8(char *dst, const char *str) -- cgit v1.2.3