X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9278c7d174c1be5d7482343c5e433f428657ed0..3209eb1c4c5de8dd812e65da27df00c548f476fe:/src/graphviz.h diff --git a/src/graphviz.h b/src/graphviz.h index 239cdd21..40df1e9d 100644 --- a/src/graphviz.h +++ b/src/graphviz.h @@ -1,6 +1,6 @@ /* Output Graphviz specification of a state machine generated by Bison. - Copyright (C) 2006, 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2006, 2010-2015 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -22,7 +22,7 @@ #ifndef GRAPHVIZ_H_ # define GRAPHVIZ_H_ -#include "state.h" +# include "state.h" /** Begin a Dot graph. *