diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 17:42:37 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 17:42:37 +0300 |
| commit | 14b066917b38b609da70026a6080eea00a927b04 (patch) | |
| tree | b240c91b80b348f9828e3656509a17453839217b /lib/routemap_cli.c | |
| parent | 6b7388555605024fd6594cc998badb6bcd7069f5 (diff) | |
lib: remove the dependency on bgpd code
The library code should not depend on a specific daemon's code.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/routemap_cli.c')
| -rw-r--r-- | lib/routemap_cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index 77455d991a..58c62e614f 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -25,7 +25,6 @@ #include "lib/command.h" #include "lib/northbound_cli.h" #include "lib/routemap.h" -#include "bgpd/bgp_ecommunity.h" #ifndef VTYSH_EXTRACT_PL #include "lib/routemap_cli_clippy.c" |
