From: Paul Eggert Date: Thu, 21 Nov 2002 05:27:28 +0000 (+0000) Subject: (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include . X-Git-Tag: BISON-1_875~215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a86d7eba9d476afcfb69e97667c9ee6ed23ef61;p=platform%2Fupstream%2Fbison.git (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include . --- diff --git a/tests/actions.at b/tests/actions.at index d3460cf..f1fdab7 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);