summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-11 22:24:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-11 22:24:25 +0000
commit9af4ab33f06645f77acdc6ea059465d14ea7cd1f (patch)
treee051d1e29800b634c1829e87a6591f1d68cf68e3 /lib
parentfdb9542df70af3e08ea070da2cde69d5d9936605 (diff)
downloadcoreutils-9af4ab33f06645f77acdc6ea059465d14ea7cd1f.tar.xz
Do not include error.h. (merge from gnulib).
Diffstat (limited to 'lib')
-rw-r--r--lib/xgethostname.c1
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