1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

Dont include <stddef.h> or <sys/types.h>; not needed.

This commit is contained in:
Jim Meyering
2003-06-06 20:45:46 +00:00
parent b97f30e0a1
commit 361f358a64
-4
View File
@@ -21,10 +21,6 @@
# include <config.h>
#endif
#if HAVE_STDDEF_H
# include <stddef.h> /* For the definition of size_t on windows w/MSVC. */
#endif
#include <sys/types.h>
#include "quotearg.h"
#include "quote.h"