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_evpn.c | |
| parent | 8392606ec10309999162c9666bf5d964b85d28cc (diff) | |
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_evpn.c')
| -rw-r--r-- | zebra/zebra_evpn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_evpn.c b/zebra/zebra_evpn.c index 27a5a07e48..80e06d913d 100644 --- a/zebra/zebra_evpn.c +++ b/zebra/zebra_evpn.c @@ -44,7 +44,6 @@ #include "zebra/rt_netlink.h" #include "zebra/zebra_errors.h" #include "zebra/zebra_l2.h" -#include "zebra/zebra_memory.h" #include "zebra/zebra_ns.h" #include "zebra/zebra_vrf.h" #include "zebra/zebra_vxlan.h" |
