Remove a couple of unused include.

This commit is contained in:
Davide Italiano 2013-03-03 14:47:02 +00:00
parent 2dea247f6b
commit 0fb285b716
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247714
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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. */