diff options
author | Max Kellermann <max@duempel.org> | 2008-09-29 15:53:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-29 15:53:53 +0200 |
commit | a7651b9d307efe2473bd68510aa9a6225e7a0b64 (patch) | |
tree | 55b9fc39383e9d8e84f985c2b72ae07960a1bbba /src/pcm_utils.c | |
parent | 35d519625d1748e00f05fa66252c938c1cd2c5d8 (diff) | |
download | mpd-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 'src/pcm_utils.c')
-rw-r--r-- | src/pcm_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |