mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
remove useless include.
* src/graphviz.h: Don't include stdbool.h.
(cherry picked from commit 218287f567)
This commit is contained in:
@@ -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>
|
2010-04-05 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
graph: sign the output file.
|
graph: sign the output file.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
#ifndef GRAPHVIZ_H_
|
#ifndef GRAPHVIZ_H_
|
||||||
# define GRAPHVIZ_H_
|
# define GRAPHVIZ_H_
|
||||||
# include <stdbool.h>
|
|
||||||
|
|
||||||
/// Begin a Dot graph.
|
/// Begin a Dot graph.
|
||||||
/// \param fout output stream.
|
/// \param fout output stream.
|
||||||
|
|||||||
Reference in New Issue
Block a user