X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..70b7c357476ed3525ddb5d2739e70690cfebb207:/src/named-ref.h diff --git a/src/named-ref.h b/src/named-ref.h index 00c972ce..84d02d7a 100644 --- a/src/named-ref.h +++ b/src/named-ref.h @@ -1,6 +1,6 @@ /* Named symbol references for Bison - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,8 +20,8 @@ #ifndef NAMED_REF_H_ # define NAMED_REF_H_ -#include "location.h" -#include "uniqstr.h" +# include "location.h" +# include "uniqstr.h" /* Named reference object. Keeps information about a symbolic name of a symbol in a rule. */