diff options
| author | David Lamparter <equinox@diac24.net> | 2021-03-22 18:53:23 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-22 18:53:23 +0100 |
| commit | c7479286aef294af8fb13c7690e4ff93fc8f8a1e (patch) | |
| tree | 41de50621cc77d01b10e3fdb7717047f973102db /pathd/path_cli.c | |
| parent | b4216e2c6681fabb755b814f8304f37cea0d235b (diff) | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_cli.c b/pathd/path_cli.c index a46ec5fac4..cf14aa8c61 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 |
