From 7237d673904d8568a2f9c290a0247c9d1a07c5d2 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 11 Oct 2021 23:18:47 +0300 Subject: Start designing vmem framework --- include/apos/types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/apos/types.h') diff --git a/include/apos/types.h b/include/apos/types.h index 791c394..7cc4e28 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -1,8 +1,6 @@ #ifndef APOS_TYPES_H #define APOS_TYPES_H -#include - typedef _Bool bool; #define true 1 #define false 0 -- cgit v1.3