diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-21 19:50:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-21 19:50:28 +0000 |
commit | 945532de6697687511b1d5853b33e6081a75da6c (patch) | |
tree | c98b7ed3f258f1522387dc02196d064402a7c6b4 /src | |
parent | 54bf872aabcc70b7276834c398390924d1f7d809 (diff) | |
download | coreutils-945532de6697687511b1d5853b33e6081a75da6c.tar.xz |
Don't include "xalloc.h", as system.h already does that via sys2.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/chown-core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chown-core.c b/src/chown-core.c index effe6f0a3..b38efaa89 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -1,5 +1,5 @@ /* chown-core.c -- core functions for changing ownership. - Copyright (C) 2000 Free Software Foundation. + Copyright (C) 2000, 2002 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,6 @@ #include "quote.h" #include "savedir.h" #include "chown-core.h" -#include "xalloc.h" /* The number of decimal digits required to represent the largest value of type `unsigned int'. This is enough for an 8-byte unsigned int type. */ |