diff options
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |