From: Jim Meyering Date: Wed, 23 Jul 2003 07:05:41 +0000 (+0000) Subject: Don't include sys/time.h; system.h already does it. X-Git-Tag: v5.0.90~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effc1da025d58ee4ece2f90af8cb810d8315d8f5;p=thirdparty%2Fcoreutils.git Don't include sys/time.h; system.h already does it. --- diff --git a/src/nice.c b/src/nice.c index 1af3b33c42..b05b6cc41b 100644 --- a/src/nice.c +++ b/src/nice.c @@ -1,5 +1,5 @@ /* nice -- run a program with modified scheduling priority - Copyright (C) 1990-2002 Free Software Foundation, Inc. + Copyright (C) 1990-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 @@ -25,7 +25,6 @@ #include #include #ifndef NICE_PRIORITY -# include # include #endif