From e21334b795e49dbdb5226933efa1bfd8d1fb5cbf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Jul 2003 14:13:37 +0000 Subject: [PATCH] Don't include . system.h already does that. --- src/hostid.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" -- 2.47.2