From c62baf8bca986d493e1caf441ea7a6b9d1c1823f Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sat, 28 Mar 2026 11:36:06 +0700 Subject: Cmake build generator support: toolchain file Two toolchain files for clang and gcc compilers under x86 platform. Debug flags also passed at the configure time. Signed-off-by: Alexey Gavrilov --- arch/SecondaryInit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/SecondaryInit.h') diff --git a/arch/SecondaryInit.h b/arch/SecondaryInit.h index 104f44c..4823052 100644 --- a/arch/SecondaryInit.h +++ b/arch/SecondaryInit.h @@ -1,5 +1,3 @@ -#include "../kernel/mem/Segments.h" -#include "../kernel/mem/Kheap.h" #include #if defined(__IAPC) -- cgit v1.2.3