From 5777eac99c55d2fcd1175e164aff65277d78f1e9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 12 Sep 2022 20:26:03 -0700 Subject: [PATCH] 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. --- lib/cgraph/scan.l | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0