From: Igor Ryzhov Date: Wed, 7 Oct 2020 12:27:12 +0000 (+0300) Subject: vtysh: remove unnecessary include X-Git-Tag: base_7.6~447^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d06f839e4a88f7e3506fb69343b2eb35df12ad19;p=mirror%2Ffrr.git vtysh: remove unnecessary include Signed-off-by: Igor Ryzhov --- diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 63610a3287..aa154f2ecf 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -40,7 +40,6 @@ #include "vtysh/vtysh.h" #include "vtysh/vtysh_daemons.h" #include "log.h" -#include "bgpd/bgp_vty.h" #include "ns.h" #include "vrf.h" #include "libfrr.h"