summaryrefslogtreecommitdiff
path: root/lib/quote.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 20:45:46 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 20:45:46 +0000
commit361f358a64b9bca638d77bb1b44a0cfaa43ae182 (patch)
treebe8511e9bc96577b04a098acccbb895ce5b3c674 /lib/quote.c
parentb97f30e0a1b179a6a39d81295ddd43a49b6a8b47 (diff)
downloadcoreutils-361f358a64b9bca638d77bb1b44a0cfaa43ae182.tar.xz
Dont include <stddef.h> or <sys/types.h>; not needed.
Diffstat (limited to 'lib/quote.c')
-rw-r--r--lib/quote.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/quote.c b/lib/quote.c
index 1284937f8..5f11d836b 100644
--- a/lib/quote.c
+++ b/lib/quote.c
@@ -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"