From e47a33d7d4f70c54a27e96df437e6d9ac4e829cf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Apr 2024 01:45:03 +0200 Subject: Add boot_write_epm_partition for PowerPC, update start location for AMD64 EPM. Remove HCFS support, fully focusing on NewFS. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/FileManager.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Private/KernelKit/FileManager.hpp') diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp index a6fcfde3..603ee06b 100644 --- a/Private/KernelKit/FileManager.hpp +++ b/Private/KernelKit/FileManager.hpp @@ -18,10 +18,6 @@ #include #endif // __FSKIT_NEWFS__ -#ifdef __FSKIT_HCFS__ -#include -#endif // __FSKIT_HCFS__ - #include #include #include -- cgit v1.2.3