assume stdint.h and stddef.h are available

Since we use a C99 compiler now, we can assert that the C99 standard
headers are available, no need for complicated compile time checks.
Kill mpd_types.h.
This commit is contained in:
Max Kellermann
2008-09-29 15:53:53 +02:00
parent 35d519625d
commit a7651b9d30
11 changed files with 4 additions and 82 deletions

View File

@@ -21,8 +21,8 @@
#include "../config.h"
#include "mpd_types.h"
#include "os_compat.h"
#include <stdint.h>
#include <stddef.h>
#ifdef HAVE_LIBSAMPLERATE
#include <samplerate.h>