]> git.saurik.com Git - bison.git/commitdiff
remove useless include.
authorAkim Demaille <demaille@gostai.com>
Tue, 30 Mar 2010 12:55:41 +0000 (14:55 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 5 Apr 2010 19:36:21 +0000 (21:36 +0200)
* src/graphviz.h: Don't include stdbool.h.
(cherry picked from commit 218287f5676ea3d4b1b44c3c43da831170c0fe2a)

ChangeLog
src/graphviz.h

index 24b263a56ce134f038c39494011ef9df5b811a30..23f92aefee237e32fabb6c593c8439de81f0eadd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-05  Akim Demaille  <demaille@gostai.com>
+
+       remove useless include.
+       * src/graphviz.h: Don't include stdbool.h.
+
 2010-04-05  Akim Demaille  <demaille@gostai.com>
 
        graph: sign the output file.
index f3076ee8dc013cf2f8b3fed61bd6be7cea22a382..e549feae27642b468d8ac8ac8dfc3a2573468b96 100644 (file)
@@ -21,7 +21,6 @@
 
 #ifndef GRAPHVIZ_H_
 # define GRAPHVIZ_H_
-# include <stdbool.h>
 
 /// Begin a Dot graph.
 /// \param fout   output stream.