diff options
author | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-18 13:35:37 +0100 |
---|---|---|
committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-18 13:35:37 +0100 |
commit | 2b59c0b90106d025a52e6b5cc73667bf6bb32587 (patch) | |
tree | ab2909fd0ed69bf063117cf22547a74b272a3985 /pimd/pim_bfd.c | |
parent | Merge pull request #10276 from patrasar/mld_northbound (diff) | |
download | frr-2b59c0b90106d025a52e6b5cc73667bf6bb32587.tar.xz frr-2b59c0b90106d025a52e6b5cc73667bf6bb32587.zip |
pimd: remove redundant header include
Removing redundant header inclusion of pim_cmd.h
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_bfd.c')
-rw-r--r-- | pimd/pim_bfd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_bfd.c b/pimd/pim_bfd.c index 696544c8d..31f672bb8 100644 --- a/pimd/pim_bfd.c +++ b/pimd/pim_bfd.c @@ -29,7 +29,6 @@ #include "pim_instance.h" #include "pim_neighbor.h" -#include "pim_cmd.h" #include "pim_vty.h" #include "pim_iface.h" #include "pim_bfd.h" |