X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9278c7d174c1be5d7482343c5e433f428657ed0..75ae8299840bbd854fa2474d38402bbb933c6511:/src/graphviz.h diff --git a/src/graphviz.h b/src/graphviz.h index 239cdd21..0254ef74 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-2013 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. *