From be78fcb0acc665d4db8edb9cda53f6863d27dd85 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 16:32:05 +0200 Subject: Improved header dependency tree --- include/apos/tcb.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 0a07d7b..4872bd0 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -1,21 +1,9 @@ #ifndef APOS_TCB_H #define APOS_TCB_H -struct tcb; -struct sp_reg_root; - -#include -#include -#include +#include #include -#include - -typedef size_t id_t; - -struct sp_reg_root { - struct sp_root free_regions; - struct sp_root used_regions; -}; +#include /* arch-specific data */ struct tcb { struct sp_node sp_n; -- cgit v1.3