remove useless include.

* src/graphviz.h: Don't include stdbool.h.
(cherry picked from commit 218287f567)
This commit is contained in:
Akim Demaille
2010-03-30 14:55:41 +02:00
parent a02797656e
commit 8a8b33e8d2
2 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
#ifndef GRAPHVIZ_H_
# define GRAPHVIZ_H_
# include <stdbool.h>
/// Begin a Dot graph.
/// \param fout output stream.