X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4344c500b54542364f554342626ee476a0d6abeb..7a86d7eba9d476afcfb69e97667c9ee6ed23ef61:/tests/actions.at?ds=sidebyside diff --git a/tests/actions.at b/tests/actions.at index d3460cf9..f1fdab71 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -1,5 +1,5 @@ # Executing Actions. -*- Autotest -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -319,7 +319,6 @@ AT_DATA_GRAMMAR([[input.y]], %{ #include #include -#include #define RANGE(Location) (Location).first_line, (Location).last_line static int yylex (void); static void yyerror (const char *msg);