summaryrefslogtreecommitdiff
path: root/tests/bison_yylloc_parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bison_yylloc_parser.y')
-rw-r--r--tests/bison_yylloc_parser.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bison_yylloc_parser.y b/tests/bison_yylloc_parser.y
index 6cff424..8737291 100644
--- a/tests/bison_yylloc_parser.y
+++ b/tests/bison_yylloc_parser.y
@@ -33,8 +33,8 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
-#include "parser.h"
-#include "scanner.h"
+#include "bison_yylloc_parser.h"
+#include "bison_yylloc_scanner.h"
int yyerror(YYLTYPE *location, void* scanner, const char* msg);