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

@@ -19,7 +19,7 @@
#ifndef AUDIO_FORMAT_H
#define AUDIO_FORMAT_H
#include "mpd_types.h"
#include <stdint.h>
struct audio_format {
uint32_t sampleRate;