aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/dfa.h')
-rw-r--r--support/dfa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/dfa.h b/support/dfa.h
index 86902ebf..e419e9a0 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -19,11 +19,7 @@
/* Written June, 1988 by Mike Haertel */
#include <regex.h>
-#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
-#else
-#include "missing_d/gawkbool.h"
-#endif /* HAVE_STDBOOL_H */
#include <stddef.h>
#if 3 <= __GNUC__