From: Jim Meyering Date: Sun, 1 Dec 2002 09:49:01 +0000 (+0000) Subject: Don't include or . X-Git-Tag: v4.5.4~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb173ced294a87a4bef32435e9ff72aba3327226;p=thirdparty%2Fcoreutils.git Don't include or . That's already done via system.h. --- diff --git a/src/stat.c b/src/stat.c index 95a453e541..2204eb9181 100644 --- a/src/stat.c +++ b/src/stat.c @@ -43,9 +43,6 @@ # endif #endif -#include -#include - #include "system.h" #include "closeout.h"