From: Stephen Hemminger Date: Thu, 16 Oct 2025 21:58:37 +0000 (-0700) Subject: netshaper: update include files X-Git-Tag: v6.18.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54921a4bf20f1e13d509a76e49b83c6362c66e55;p=thirdparty%2Fiproute2.git netshaper: update include files Use iwyu to make sure all includes are listed. Signed-off-by: Stephen Hemminger --- diff --git a/netshaper/netshaper.c b/netshaper/netshaper.c index 67df2091..edd964c1 100644 --- a/netshaper/netshaper.c +++ b/netshaper/netshaper.c @@ -6,12 +6,19 @@ */ #include #include +#include +#include + #include #include #include #include + #include "version.h" #include "utils.h" +#include "ll_map.h" +#include "color.h" +#include "json_print.h" #include "libgenl.h" #include "libnetlink.h"