X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b8d19cf8c15a4ae78ad3e370e82ce8e9359194a0..a99ec53eb1f3b85c1419a1624e360ada377af9ee:/src/AnnotationList.h?ds=sidebyside diff --git a/src/AnnotationList.h b/src/AnnotationList.h index a9876e16..fe6142d6 100644 --- a/src/AnnotationList.h +++ b/src/AnnotationList.h @@ -1,6 +1,6 @@ /* IELR's inadequacy annotation list. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,10 +20,10 @@ #ifndef ANNOTATION_LIST_H_ # define ANNOTATION_LIST_H_ -#include -#include "Sbitset.h" -#include "InadequacyList.h" -#include "state.h" +# include +# include "Sbitset.h" +# include "InadequacyList.h" +# include "state.h" typedef unsigned int AnnotationIndex;