Don't include sys/time.h; system.h already does it.

This commit is contained in:
Jim Meyering
2003-07-23 07:05:41 +00:00
parent 01b8949299
commit effc1da025
+1 -2
View File
@@ -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 <getopt.h>
#include <sys/types.h>
#ifndef NICE_PRIORITY
# include <sys/time.h>
# include <sys/resource.h>
#endif