diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-22 20:02:17 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-22 20:02:17 +0100 |
commit | 224ccf29d9e9d08a6a177d8c994ab5a743b276cf (patch) | |
tree | e7133cf5297c133b905547fde3e35fce2df17ea3 /zebra/zebra_netns_notify.c | |
parent | staticd: kill static_memory.h, use MTYPE_STATIC (diff) | |
download | frr-224ccf29d9e9d08a6a177d8c994ab5a743b276cf.tar.xz frr-224ccf29d9e9d08a6a177d8c994ab5a743b276cf.zip |
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 <equinox@diac24.net>
Diffstat (limited to 'zebra/zebra_netns_notify.c')
-rw-r--r-- | zebra/zebra_netns_notify.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_netns_notify.c b/zebra/zebra_netns_notify.c index 5f11bbd60..3e89df68f 100644 --- a/zebra/zebra_netns_notify.c +++ b/zebra/zebra_netns_notify.c @@ -37,7 +37,6 @@ #include "lib_errors.h" #include "zebra_router.h" -#include "zebra_memory.h" #endif /* defined(HAVE_NETLINK) */ #include "zebra_netns_notify.h" |