From e559cf01834340d0a4dfcb45f7bdf081e8994032 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 2 Feb 2024 13:49:50 +0100 Subject: Kernel: Port toolchain to mingw (PE/COFF) Signed-off-by: Amlal El Mahrouss --- Private/Source/Storage/ATA.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'Private/Source/Storage') diff --git a/Private/Source/Storage/ATA.cxx b/Private/Source/Storage/ATA.cxx index 65a4457e..184bb043 100644 --- a/Private/Source/Storage/ATA.cxx +++ b/Private/Source/Storage/ATA.cxx @@ -10,8 +10,6 @@ #include #include -#include "NewKit/Utils.hpp" - //! @brief ATA DMA Driver //! mapped by UEFI. -- cgit v1.2.3