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.
This commit is contained in:
Max Kellermann
2008-12-29 17:28:32 +01:00
parent 041b8f697b
commit 95b3430f52
30 changed files with 98 additions and 102 deletions

View File

@@ -24,6 +24,8 @@
#include <wavpack/wavpack.h>
#include <glib.h>
#include <assert.h>
#include <unistd.h>
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */