aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dfa.c b/dfa.c
index fa05181c..a7f69386 100644
--- a/dfa.c
+++ b/dfa.c
@@ -21,6 +21,9 @@
Modified July, 1988 by Arthur David Olson to assist BMG speedups */
#include <config.h>
+
+#include "dfa.h"
+
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
@@ -79,8 +82,6 @@
# include <langinfo.h>
#endif
-#include "regex.h"
-#include "dfa.h"
#include "xalloc.h"
#ifdef GAWK