From b4216e2c6681fabb755b814f8304f37cea0d235b Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 22 Mar 2021 18:37:25 +0100 Subject: eigrpd: kill eigrp_memory.h, use MTYPE_STATIC Same as previous commit -- convert most DEFINE_MTYPE into the _STATIC variant, and move the remaining non-static ones to appropriate places. Signed-off-by: David Lamparter --- eigrpd/eigrp_reply.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eigrpd/eigrp_reply.c') diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c index d16482173c..015daa768f 100644 --- a/eigrpd/eigrp_reply.c +++ b/eigrpd/eigrp_reply.c @@ -58,7 +58,6 @@ #include "eigrpd/eigrp_macros.h" #include "eigrpd/eigrp_topology.h" #include "eigrpd/eigrp_fsm.h" -#include "eigrpd/eigrp_memory.h" #include "eigrpd/eigrp_errors.h" void eigrp_send_reply(struct eigrp_neighbor *nbr, -- cgit v1.2.3