Dont include <stddef.h> or <sys/types.h>; not needed.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:45:46 +0000 (20:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:45:46 +0000 (20:45 +0000)
lib/quote.c

index 1284937f82b2004142e7a59a53e64083ba23a99b..5f11d836b3c3fa204b49e11d30354d6419d06346 100644 (file)
 # 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"