diff options
Diffstat (limited to 'sys/boot/common/load_elf.c')
-rw-r--r-- | sys/boot/common/load_elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 81095bc..d6afea2 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -33,7 +33,6 @@ #include <sys/linker.h> #include <sys/module.h> #include <string.h> -#include <machine/bootinfo.h> #include <machine/elf.h> #include <stand.h> #define FREEBSD_ELF |