aboutsummaryrefslogtreecommitdiff
path: root/include/apos/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/types.h')
-rw-r--r--include/apos/types.h2
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