From 78d2e63169d971556a100363f135a464fb504b1c Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Fri, 7 Jan 2022 23:21:00 -0800 Subject: [PATCH] pimd: remove redundant header inclusion Just found while code inspection, pim_str.h is included twice. Signed-off-by: Mobashshera Rasool --- pimd/pim_rp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pimd/pim_rp.c b/pimd/pim_rp.c index 516ec2b2ee..d356aff9f1 100644 --- a/pimd/pim_rp.c +++ b/pimd/pim_rp.c @@ -38,7 +38,6 @@ #include "pim_str.h" #include "pim_iface.h" #include "pim_rp.h" -#include "pim_str.h" #include "pim_rpf.h" #include "pim_sock.h" #include "pim_memory.h"