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/playlist.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/playlist.c') diff --git a/src/playlist.c b/src/playlist.c index 18068b77c..64bd4270a 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -36,10 +36,15 @@ #include "ack.h" #include "idle.h" #include "list.h" -#include "os_compat.h" #include +#include +#include +#include +#include +#include + #define PLAYLIST_STATE_STOP 0 #define PLAYLIST_STATE_PLAY 1 -- cgit v1.2.3