aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dfa.c b/dfa.c
index 8782e468..88d34d55 100644
--- a/dfa.c
+++ b/dfa.c
@@ -22,8 +22,6 @@
#include <config.h>
-#include "dfa.h"
-
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
@@ -45,6 +43,8 @@
#include "missing_d/gawkbool.h"
#endif /* HAVE_STDBOOL_H */
+#include "dfa.h"
+
#define STREQ(a, b) (strcmp (a, b) == 0)