mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Remove a couple of unused include.
This commit is contained in:
parent
2dea247f6b
commit
0fb285b716
2 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue