From 218287f5676ea3d4b1b44c3c43da831170c0fe2a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 30 Mar 2010 14:55:41 +0200 Subject: [PATCH] remove useless include. * src/graphviz.h: Don't include stdbool.h. --- ChangeLog | 5 +++++ src/graphviz.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.47.2