Delete unneeded #include
Submitted by: phk
This commit is contained in:
parent
f0c09f5977
commit
3e06e54387
@ -41,8 +41,6 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/linker.h>
|
||||
|
||||
#include <machine/bootinfo.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
#include <ddb/db_sym.h>
|
||||
|
||||
|
@ -48,8 +48,6 @@
|
||||
|
||||
#include <i386/eisa/eisaconf.h>
|
||||
|
||||
#include <sys/interrupt.h>
|
||||
|
||||
typedef struct resvaddr {
|
||||
u_long addr; /* start address */
|
||||
u_long size; /* size of reserved area */
|
||||
|
@ -48,8 +48,6 @@
|
||||
|
||||
#include <i386/eisa/eisaconf.h>
|
||||
|
||||
#include <sys/interrupt.h>
|
||||
|
||||
typedef struct resvaddr {
|
||||
u_long addr; /* start address */
|
||||
u_long size; /* size of reserved area */
|
||||
|
Loading…
Reference in New Issue
Block a user