aboutsummaryrefslogtreecommitdiff
path: root/src/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stdbool.h')
-rw-r--r--src/include/stdbool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/stdbool.h b/src/include/stdbool.h
index d7f9e643ea..3733527bd2 100644
--- a/src/include/stdbool.h
+++ b/src/include/stdbool.h
@@ -3,9 +3,6 @@
#ifndef __STDBOOL_H__
#define __STDBOOL_H__
-#include <stdint.h>
-
-
typedef _Bool bool;
#define true 1
#define false 0