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/conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index e11936db6..583980cc1 100644 --- a/src/conf.c +++ b/src/conf.c @@ -21,10 +21,11 @@ #include "buffer2array.h" #include "list.h" #include "path.h" -#include "os_compat.h" #include +#include + #define MAX_STRING_SIZE MPD_PATH_MAX+80 #define CONF_COMMENT '#' -- cgit v1.2.3