summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h
index 469522d..b37893f 100644
--- a/src/system.h
+++ b/src/system.h
@@ -108,8 +108,6 @@ int strcasecmp (char const *, char const *);
#define MIN(a, b) ((a) <= (b) ? (a) : (b))
#define MAX(a, b) ((a) >= (b) ? (a) : (b))
-#include <stdbool.h>
-
#include <attribute.h>
#include <intprops.h>
#include <propername.h>