summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.l b/parser.l
index 550e1db9..315b5ab8 100644
--- a/parser.l
+++ b/parser.l
@@ -41,7 +41,6 @@
#include <unistd.h>
#endif
#include "lib.h"
-#include "y.tab.h"
#include "gc.h"
#include "stream.h"
#include "utf8.h"
@@ -49,6 +48,7 @@
#include "unwind.h"
#include "hash.h"
#include "parser.h"
+#include "y.tab.h"
#define YY_INPUT(buf, result, max_size) \
do { \