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:
@@ -23,7 +23,6 @@
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "audio_format.h"
|
||||
#include "mpd_types.h"
|
||||
#include "os_compat.h"
|
||||
|
||||
/* Added 4/14/2004 by AliasMrJones */
|
||||
|
Reference in New Issue
Block a user