Only include stddef.h where it is needed.

This commit is contained in:
Todd C. Miller
2015-06-20 05:34:35 -06:00
parent 941bfe3092
commit 4a07b472f0
135 changed files with 43 additions and 188 deletions

View File

@@ -54,8 +54,8 @@
#endif
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include <stddef.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>
#elif defined(HAVE_INTTYPES_H)