From 960330c5d843d1aa96aa191fc27f72da563293ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 21:31:48 +0300 Subject: new include structure, make parse easier for doxy --- include/apos/tcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 89b594d..572041d 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -8,7 +8,7 @@ #include #include -#include /* arch-specific data */ +#include /* arch-specific data */ /* process(/main) threads don't have any previous threads */ #define is_proc(t) (!t->prev) -- cgit v1.3