]> 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:34:35 +0000 (21:34 +0200)
* src/graphviz.h: Don't include stdbool.h.

ChangeLog
src/graphviz.h

index 1669180797e8b9bee23591c0375264f691465f6a..27589eda9554153bf18581254bb08aad185ef1b9 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.
 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_
 
 #ifndef GRAPHVIZ_H_
 # define GRAPHVIZ_H_
-# include <stdbool.h>
 
 /// Begin a Dot graph.
 /// \param fout   output stream.
 
 /// Begin a Dot graph.
 /// \param fout   output stream.