]> granicus.if.org Git - graphviz/commitdiff
gvpack: drop stdbool.h #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 15 Apr 2022 04:46:07 +0000 (21:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 25 Apr 2022 02:12:48 +0000 (19:12 -0700)
`bool` is a built-in type in C++.

cmd/tools/gvpack.cpp

index 7caf6d75ee41573f7e99376e0129f049e35f8dda..0dbecce43e7eb9eb5ac3681c6a4472506b979a02 100644 (file)
@@ -27,7 +27,6 @@
 #include <ingraphs/ingraphs.h>
 #include <pack/pack.h>
 #include <stddef.h>
-#include <stdbool.h>
 
 #ifdef __cplusplus
 extern "C" {