diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 22:24:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 22:24:25 +0000 |
commit | 9af4ab33f06645f77acdc6ea059465d14ea7cd1f (patch) | |
tree | e051d1e29800b634c1829e87a6591f1d68cf68e3 /lib | |
parent | fdb9542df70af3e08ea070da2cde69d5d9936605 (diff) | |
download | coreutils-9af4ab33f06645f77acdc6ea059465d14ea7cd1f.tar.xz |
Do not include error.h. (merge from gnulib).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xgethostname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 87e0ad926..7b29176f2 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -33,7 +33,6 @@ # include <unistd.h> #endif -#include "error.h" #include "xalloc.h" #ifndef ENAMETOOLONG |