From: Igor Ryzhov Date: Wed, 7 Oct 2020 12:27:12 +0000 (+0300) Subject: vtysh: remove unnecessary include X-Git-Tag: frr-7.5~10^2~9 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ea32d9d742ba15e5ce8228f7b4a77ef4796a9553;p=mirror%2Ffrr.git vtysh: remove unnecessary include Signed-off-by: Igor Ryzhov --- diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index bb158f3c9e..ff9120a2e7 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -39,7 +39,6 @@ #include "filter.h" #include "vtysh/vtysh.h" #include "log.h" -#include "bgpd/bgp_vty.h" #include "ns.h" #include "vrf.h" #include "libfrr.h"