diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-13 17:19:16 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:05 +0200 |
commit | da538a3975e29d753086b279c70925dacda449f4 (patch) | |
tree | 6d6310cdcc592b66ce82396e305fb1ea087997d7 /src | |
parent | 5349e96a32562a71f818c9695cb15af465eb1497 (diff) | |
download | coreutils-da538a3975e29d753086b279c70925dacda449f4.tar.xz |
* src/chcon.c: Don't include "dirname.h". system.h already includes it.
Diffstat (limited to 'src')
-rw-r--r-- | src/chcon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chcon.c b/src/chcon.c index 66fda1d96..6eee44bb6 100644 --- a/src/chcon.c +++ b/src/chcon.c @@ -22,7 +22,6 @@ #include "system.h" #include "dev-ino.h" -#include "dirname.h" #include "error.h" #include "openat.h" #include "quote.h" |