diff options
| author | Jim Meyering <jim@meyering.net> | 2005-04-18 07:03:50 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-04-18 07:03:50 +0000 |
| commit | c64856e992fef1a776d3b91582de5aaa2fffea0f (patch) | |
| tree | 1673170a1066a4a78a24552a189a74ae795c6590 /src | |
| parent | Work around a couple of "make check" failures reported for Cygwin (diff) | |
| download | coreutils-c64856e992fef1a776d3b91582de5aaa2fffea0f.tar.gz coreutils-c64856e992fef1a776d3b91582de5aaa2fffea0f.zip | |
Don't include stat-macros.h directly. system.h does that.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ #include "human.h" #include "long-options.h" #include "quote.h" -#include "stat-macros.h" #include "xstrtol.h" #include "xtime.h" |
