From 71396c5cd460890c52e348687e6e7c864e2dfeed Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sun, 7 Aug 2022 16:39:28 +0200 Subject: types.h; libk and heap begining --- kernel/include/debug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/include/debug.h') diff --git a/kernel/include/debug.h b/kernel/include/debug.h index ebe3a52..74648b9 100644 --- a/kernel/include/debug.h +++ b/kernel/include/debug.h @@ -1,8 +1,6 @@ #ifndef DEBUG_H #define DEBUG_H -#include - void bochs_breakpoint(void); #endif -- cgit v1.2.3