X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2728ac7ecd663c4a60f94fe7ab7679a9e83ebcd0..975bb564319aa4f4204c48aba265757ba207a80f:/src/AnnotationList.h diff --git a/src/AnnotationList.h b/src/AnnotationList.h index a9876e16..ebd5f118 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-2014 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;