diff options
Diffstat (limited to 'support/dfa.c')
-rw-r--r-- | support/dfa.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/support/dfa.c b/support/dfa.c index 9939d228..c088a92b 100644 --- a/support/dfa.c +++ b/support/dfa.c @@ -22,10 +22,6 @@ #include <config.h> -#include "dfa.h" - -#include "flexmember.h" - #include <assert.h> #include <ctype.h> #include <stdint.h> @@ -34,6 +30,9 @@ #include <limits.h> #include <string.h> +#include "dfa.h" +#include "flexmember.h" + /* Another name for ptrdiff_t, for sizes of objects and nonnegative indexes into objects. It is signed to help catch integer overflow. It has its own name because it is for nonnegative values only. */ |