Subject: removing a #include from
To: None <tech-userlevel@netbsd.org>
From: Simon Burge <simonb@wasabisystems.com>
List: tech-userlevel
Date: 09/02/2001 19:59:22
Folks,

I'd like to remove the <machine/limits.h> include from <time.h>.  The
reason in the comment is bogus, and I've fixed the one or two occurances
in our source tree where something was getting some <machine/limits.h>
values by including <time.h>.

Anyone have any problems with this change?

Simon.
--
Simon Burge                            <simonb@wasabisystems.com>
NetBSD CDs, Support and Service:    http://www.wasabisystems.com/

Index: time.h
===================================================================
RCS file: /cvsroot/basesrc/include/time.h,v
retrieving revision 1.27
diff -d -p -u -r1.27 time.h
--- time.h	2001/03/31 18:29:20	1.27
+++ time.h	2001/09/02 09:57:04
@@ -46,7 +46,6 @@
 #include <sys/cdefs.h>
 #include <sys/featuretest.h>
 #include <machine/ansi.h>
-#include <machine/limits.h>	/* Include file containing CLK_TCK. */
 
 #include <sys/null.h>