summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-12-27 14:05:51 -0500
committerWill Estes <westes575@gmail.com>2015-12-27 14:05:51 -0500
commit3efb40df0ec5cddf0cb63a7900eb88258c478514 (patch)
tree888e1f6a8f1030031b8af015f42493d726a5666a /src/flexdef.h
parent5b856d1fa35349caf41b9bd6b45354fe3cd8d6f2 (diff)
Removed no longer needed header checks
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index dec5695..3448718 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -39,7 +39,6 @@
#include <config.h>
#endif
-#ifdef STDC_HEADERS
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@@ -48,7 +47,7 @@
#include <libgen.h> /* for XPG version of basename(3) */
#include <string.h>
#include <math.h>
-#endif
+
#ifdef HAVE_ASSERT_H
#include <assert.h>
#else
@@ -70,16 +69,8 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
-#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
-#endif
-#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
-#else
-#define bool int
-#define true 1
-#define false 0
-#endif
#ifdef HAVE_REGEX_H
#include <regex.h>
#endif