From: Jim Meyering Date: Tue, 22 Jul 2003 14:13:37 +0000 (+0000) Subject: Don't include . system.h already does that. X-Git-Tag: v5.0.90~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21334b795e49dbdb5226933efa1bfd8d1fb5cbf;p=thirdparty%2Fcoreutils.git Don't include . system.h already does that. --- diff --git a/src/hostid.c b/src/hostid.c index 6eec1c3b02..a0ea77be8a 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -1,5 +1,5 @@ /* print the hexadecimal identifier for the current host - Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 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 @@ -20,9 +20,6 @@ #include #include #include -#if HAVE_UNISTD_H -# include -#endif #include "system.h" #include "closeout.h"