From 65e428a5a2b4eac24cccf5defe64d52faba8304d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Jun 2024 00:59:10 +0200 Subject: Kernel: See below. MHR-35: Implement it. Kernel: Write EPM header at sector 0. Signed-off-by: Amlal El Mahrouss --- Boot/BootKit/Vendor/Support.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'Boot/BootKit/Vendor') diff --git a/Boot/BootKit/Vendor/Support.hxx b/Boot/BootKit/Vendor/Support.hxx index eed59424..54183558 100644 --- a/Boot/BootKit/Vendor/Support.hxx +++ b/Boot/BootKit/Vendor/Support.hxx @@ -9,8 +9,6 @@ /// @file Support.hxx /// @brief Purpose of this file is to help port libs into the bootloader. -#include - #define cLongMax ((long)(~0UL >> 1)) #define cLongMin (~cLongMax) -- cgit v1.2.3