svn commit: r247714 - in head/sys: kern sys

Davide Italiano davide at FreeBSD.org
Sun Mar 3 14:47:03 UTC 2013


Author: davide
Date: Sun Mar  3 14:47:02 2013
New Revision: 247714
URL: http://svnweb.freebsd.org/changeset/base/247714

Log:
  Remove a couple of unused include.

Modified:
  head/sys/kern/kern_timeout.c
  head/sys/sys/systm.h

Modified: head/sys/kern/kern_timeout.c
==============================================================================
--- head/sys/kern/kern_timeout.c	Sun Mar  3 14:42:15 2013	(r247713)
+++ head/sys/kern/kern_timeout.c	Sun Mar  3 14:47:02 2013	(r247714)
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/callout.h>
-#include <sys/condvar.h>
 #include <sys/interrupt.h>
 #include <sys/kernel.h>
 #include <sys/ktr.h>

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h	Sun Mar  3 14:42:15 2013	(r247713)
+++ head/sys/sys/systm.h	Sun Mar  3 14:47:02 2013	(r247714)
@@ -44,7 +44,6 @@
 #include <sys/cdefs.h>
 #include <sys/queue.h>
 #include <sys/stdint.h>		/* for people using printf mainly */
-#include <sys/time.h>
 
 extern int cold;		/* nonzero if we are doing a cold boot */
 extern int rebooting;		/* kern_reboot() has been called. */


More information about the svn-src-all mailing list