From: Jim Meyering Date: Fri, 6 Jun 2003 20:45:46 +0000 (+0000) Subject: Dont include or ; not needed. X-Git-Tag: COREUTILS-5_0_1~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=361f358a64b9bca638d77bb1b44a0cfaa43ae182;p=platform%2Fupstream%2Fcoreutils.git Dont include or ; not needed. --- 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 #endif -#if HAVE_STDDEF_H -# include /* For the definition of size_t on windows w/MSVC. */ -#endif -#include #include "quotearg.h" #include "quote.h"