diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-03 02:53:16 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-03 02:53:16 +0000 |
| commit | d8049d74780e587525622f69219243097a13861b (patch) | |
| tree | 20fae06abdcb851a39ff63fc81eb66dddef75d3a /src/chmod.c | |
| parent | rm now rejects attempts to remove /, ./, and ../. (diff) | |
| download | coreutils-d8049d74780e587525622f69219243097a13861b.tar.gz coreutils-d8049d74780e587525622f69219243097a13861b.zip | |
Don't include dirname.h, since system.h does it now.
Diffstat (limited to 'src/chmod.c')
| -rw-r--r-- | src/chmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c index 0a7ab5e1a..29611366c 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -24,7 +24,6 @@ #include "system.h" #include "dev-ino.h" -#include "dirname.h" #include "error.h" #include "filemode.h" #include "modechange.h" |
