diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-18 04:35:37 -0800 | 
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-18 04:35:37 -0800 | 
| commit | 2b59c0b90106d025a52e6b5cc73667bf6bb32587 (patch) | |
| tree | ab2909fd0ed69bf063117cf22547a74b272a3985 /pimd/pim_msdp.c | |
| parent | c748ab25673c118e7ae67a82348af5f54c2bec64 (diff) | |
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_msdp.c')
| -rw-r--r-- | pimd/pim_msdp.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_msdp.c b/pimd/pim_msdp.c index 40d864d1da..673347b4f6 100644 --- a/pimd/pim_msdp.c +++ b/pimd/pim_msdp.c @@ -31,7 +31,6 @@  #include <lib/lib_errors.h>  #include "pimd.h" -#include "pim_cmd.h"  #include "pim_memory.h"  #include "pim_iface.h"  #include "pim_rp.h"  | 
