diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 23:18:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 23:18:47 +0300 |
| commit | 7237d673904d8568a2f9c290a0247c9d1a07c5d2 (patch) | |
| tree | 7deabe2dc64ddf05016eb3e3a4f22a7e252b5c35 /include/apos/types.h | |
| parent | ebd34a9ab3809167e16e4107c8e72d1d81faff9c (diff) | |
| download | kmi-7237d673904d8568a2f9c290a0247c9d1a07c5d2.tar.gz kmi-7237d673904d8568a2f9c290a0247c9d1a07c5d2.zip | |
Start designing vmem framework
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <apos/builtin.h> - typedef _Bool bool; #define true 1 #define false 0 |
