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/stored_playlist.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/stored_playlist.c') diff --git a/src/stored_playlist.c b/src/stored_playlist.c index 034dfccb6..545ecc158 100644 --- a/src/stored_playlist.c +++ b/src/stored_playlist.c @@ -25,7 +25,13 @@ #include "ls.h" #include "database.h" #include "idle.h" -#include "os_compat.h" + +#include +#include +#include +#include +#include +#include static struct stored_playlist_info * load_playlist_info(const char *parent_path_fs, const char *name_fs) -- cgit v1.2.3