From: Akim Demaille Date: Tue, 30 Mar 2010 12:55:41 +0000 (+0200) Subject: remove useless include. X-Git-Tag: v2.7.90~705 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/218287f5676ea3d4b1b44c3c43da831170c0fe2a remove useless include. * src/graphviz.h: Don't include stdbool.h. --- diff --git a/ChangeLog b/ChangeLog index 16691807..27589eda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-05 Akim Demaille + + remove useless include. + * src/graphviz.h: Don't include stdbool.h. + 2010-04-05 Akim Demaille graph: sign the output file. diff --git a/src/graphviz.h b/src/graphviz.h index f3076ee8..e549feae 100644 --- a/src/graphviz.h +++ b/src/graphviz.h @@ -21,7 +21,6 @@ #ifndef GRAPHVIZ_H_ # define GRAPHVIZ_H_ -# include /// Begin a Dot graph. /// \param fout output stream.