From a7651b9d307efe2473bd68510aa9a6225e7a0b64 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Sep 2008 15:53:53 +0200 Subject: 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. --- src/song.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index 5b1be84c0..0b55a0f3f 100644 --- a/src/song.h +++ b/src/song.h @@ -20,7 +20,6 @@ #define SONG_H #include "os_compat.h" -#include "mpd_types.h" #define SONG_BEGIN "songList begin" #define SONG_END "songList end" -- cgit v1.2.3