From: Jim Meyering Date: Mon, 18 Apr 2005 07:03:50 +0000 (+0000) Subject: Don't include stat-macros.h directly. system.h does that. X-Git-Tag: CPPI-1_12~984 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c64856e992fef1a776d3b91582de5aaa2fffea0f;p=thirdparty%2Fcoreutils.git Don't include stat-macros.h directly. system.h does that. --- diff --git a/src/dd.c b/src/dd.c index c50e7dca27..ef24d1b040 100644 --- a/src/dd.c +++ b/src/dd.c @@ -33,7 +33,6 @@ #include "human.h" #include "long-options.h" #include "quote.h" -#include "stat-macros.h" #include "xstrtol.h" #include "xtime.h"