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_pcep_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_pcep_cli.c')
| -rw-r--r-- | pathd/path_pcep_cli.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pathd/path_pcep_cli.c b/pathd/path_pcep_cli.c index 7bbed9464d..355790be8f 100644 --- a/pathd/path_pcep_cli.c +++ b/pathd/path_pcep_cli.c @@ -33,7 +33,6 @@  #include "pathd/pathd.h"  #include "pathd/path_errors.h" -#include "pathd/path_pcep_memory.h"  #include "pathd/path_pcep.h"  #include "pathd/path_pcep_cli.h"  #include "pathd/path_pcep_controller.h"  | 
