summaryrefslogtreecommitdiffstats
path: root/pathd/path_cli.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-03-22 18:53:23 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-22 18:53:23 +0100
commitc7479286aef294af8fb13c7690e4ff93fc8f8a1e (patch)
tree41de50621cc77d01b10e3fdb7717047f973102db /pathd/path_cli.c
parenteigrpd: kill eigrp_memory.h, use MTYPE_STATIC (diff)
downloadfrr-c7479286aef294af8fb13c7690e4ff93fc8f8a1e.tar.xz
frr-c7479286aef294af8fb13c7690e4ff93fc8f8a1e.zip
pathd: kill *_memory.[ch]
Ouch, MTYPE_PCEP is used in 81 places :( Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'pathd/path_cli.c')
-rw-r--r--pathd/path_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_cli.c b/pathd/path_cli.c
index a46ec5fac..cf14aa8c6 100644
--- a/pathd/path_cli.c
+++ b/pathd/path_cli.c
@@ -20,6 +20,7 @@
#include <math.h>
#include <zebra.h>
+#include "memory.h"
#include "log.h"
#include "command.h"
#include "mpls.h"
@@ -28,7 +29,6 @@
#include "pathd/pathd.h"
#include "pathd/path_nb.h"
-#include "pathd/path_memory.h"
#ifndef VTYSH_EXTRACT_PL
#include "pathd/path_cli_clippy.c"
#endif