aboutsummaryrefslogtreecommitdiffstats
path: root/src/replayGain.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-29 15:53:53 +0200
committerMax Kellermann <max@duempel.org>2008-09-29 15:53:53 +0200
commita7651b9d307efe2473bd68510aa9a6225e7a0b64 (patch)
tree55b9fc39383e9d8e84f985c2b72ae07960a1bbba /src/replayGain.c
parent35d519625d1748e00f05fa66252c938c1cd2c5d8 (diff)
downloadmpd-a7651b9d307efe2473bd68510aa9a6225e7a0b64.tar.gz
mpd-a7651b9d307efe2473bd68510aa9a6225e7a0b64.tar.xz
mpd-a7651b9d307efe2473bd68510aa9a6225e7a0b64.zip
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.
Diffstat (limited to '')
-rw-r--r--src/replayGain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/replayGain.c b/src/replayGain.c
index 80a102c0a..af3d33553 100644
--- a/src/replayGain.c
+++ b/src/replayGain.c
@@ -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 */