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/pcm_utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pcm_utils.c') diff --git a/src/pcm_utils.c b/src/pcm_utils.c index 705f14990..ee0c94d45 100644 --- a/src/pcm_utils.c +++ b/src/pcm_utils.c @@ -17,8 +17,6 @@ */ #include "pcm_utils.h" - -#include "mpd_types.h" #include "log.h" #include "utils.h" #include "conf.h" -- cgit v1.2.3