From 224ccf29d9e9d08a6a177d8c994ab5a743b276cf Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 22 Mar 2021 20:02:17 +0100 Subject: zebra: kill zebra_memory.h, use MTYPE_STATIC This one also needed a bit of shuffling around, but MTYPE_RE is the only one left used across file boundaries now. Signed-off-by: David Lamparter --- zebra/zebra_rnh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'zebra/zebra_rnh.c') diff --git a/zebra/zebra_rnh.c b/zebra/zebra_rnh.c index a6e3f8473f..3b0ef71987 100644 --- a/zebra/zebra_rnh.c +++ b/zebra/zebra_rnh.c @@ -48,7 +48,6 @@ #include "zebra/zebra_routemap.h" #include "zebra/zebra_srte.h" #include "zebra/interface.h" -#include "zebra/zebra_memory.h" #include "zebra/zebra_errors.h" DEFINE_MTYPE_STATIC(ZEBRA, RNH, "Nexthop tracking object"); -- cgit v1.2.3