No longer need to include stddef.h

This commit is contained in:
Todd C. Miller
2018-02-10 13:37:59 -07:00
parent e2213dc1e3
commit 0c08de88cd
2 changed files with 0 additions and 2 deletions

View File

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