]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* tests/regression.at (%nonassoc and eof): Don't include
[bison.git] / tests / regression.at
index ebe240c04fab4ee7e3b5df6f081e897caff6a29b..77732f8cbdb532eeb856ba1c6542e5cde027a065 100644 (file)
@@ -29,9 +29,7 @@ AT_DATA([input.y],
 [[
 %{
 #include <stdio.h>
 [[
 %{
 #include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <error.h>
+
 #define YYERROR_VERBOSE 1
 #define yyerror(Msg) \
 do { \
 #define YYERROR_VERBOSE 1
 #define yyerror(Msg) \
 do { \