From ccede71b46efa917dd5f9ea077ae72c54379aa72 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 2 Dec 2024 10:33:57 -0500 Subject: [PATCH] bgpd: bgp_clist.c does not need jhash.h It's not used in bgp_clist.c so let's just remove it. Signed-off-by: Donald Sharp --- bgpd/bgp_clist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bgpd/bgp_clist.c b/bgpd/bgp_clist.c index 6479126d06..ca9c428b47 100644 --- a/bgpd/bgp_clist.c +++ b/bgpd/bgp_clist.c @@ -11,7 +11,6 @@ #include "queue.h" #include "filter.h" #include "stream.h" -#include "jhash.h" #include "frrstr.h" #include "bgpd/bgpd.h"