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 <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-12-02 10:33:57 -05:00
parent d4057251b6
commit ccede71b46

View File

@ -11,7 +11,6 @@
#include "queue.h"
#include "filter.h"
#include "stream.h"
#include "jhash.h"
#include "frrstr.h"
#include "bgpd/bgpd.h"