From 4bef0ec4fbe97c7865f1de676d22832344167bab Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 4 Feb 2019 01:22:03 +0100 Subject: isisd: replace dict_* with DECLARE_RBTREE Historically, isisd has been carrying around its own red-black tree to manage its LSP DB in. This replaces that with the newly-added DECLARE_RBTREE_*. This allows completely removing the dict_* code. Signed-off-by: David Lamparter --- isisd/isis_pfpacket.c | 1 - 1 file changed, 1 deletion(-) (limited to 'isisd/isis_pfpacket.c') diff --git a/isisd/isis_pfpacket.c b/isisd/isis_pfpacket.c index 2f6526bc5e..824acd0ff8 100644 --- a/isisd/isis_pfpacket.c +++ b/isisd/isis_pfpacket.c @@ -33,7 +33,6 @@ #include "if.h" #include "lib_errors.h" -#include "isisd/dict.h" #include "isisd/isis_constants.h" #include "isisd/isis_common.h" #include "isisd/isis_circuit.h" -- cgit v1.2.3