From: Matthew Fernandez Date: Tue, 13 Sep 2022 03:26:03 +0000 (-0700) Subject: cgraph: remove duplicate include and adjust another X-Git-Tag: 6.0.2~39^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5777eac99c55d2fcd1175e164aff65277d78f1e9;p=graphviz cgraph: remove duplicate include and adjust another lib/ is in the include path when building cgraph sources, so we can include cgraph headers in a more uniform way, matching how other libraries include cgraph headers. --- diff --git a/lib/cgraph/scan.l b/lib/cgraph/scan.l index 5b2ba3809..412edd580 100644 --- a/lib/cgraph/scan.l +++ b/lib/cgraph/scan.l @@ -25,8 +25,7 @@ %{ #include #include -#include -#include +#include #include #include #include