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

@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif /* HAVE_STRING_H */