loader: biosdisk.c has leftover geli header.

A small cleanup, remove unneeded #include.
This commit is contained in:
Toomas Soome 2018-08-04 20:04:40 +00:00
parent 5c1b641b09
commit d11ef379f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337326

View File

@ -50,10 +50,6 @@ __FBSDID("$FreeBSD$");
#include "disk.h"
#include "libi386.h"
#ifdef LOADER_GELI_SUPPORT
#include "geliboot.h"
#endif /* LOADER_GELI_SUPPORT */
#define BIOS_NUMDRIVES 0x475
#define BIOSDISK_SECSIZE 512
#define BUFSIZE (1 * BIOSDISK_SECSIZE)