projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97f30e
)
Dont include <stddef.h> or <sys/types.h>; not needed.
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 20:45:46 +0000
(20:45 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 20:45:46 +0000
(20:45 +0000)
lib/quote.c
patch
|
blob
|
history
diff --git
a/lib/quote.c
b/lib/quote.c
index 1284937f82b2004142e7a59a53e64083ba23a99b..5f11d836b3c3fa204b49e11d30354d6419d06346 100644
(file)
--- 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"