From a8d6f51c841a5aa23db0b194a23574b7bf8e2bb5 Mon Sep 17 00:00:00 2001 From: Andrea Claudi Date: Tue, 7 Jul 2020 21:49:47 +0200 Subject: [PATCH] ip address: remove useless include utils.h is included two times in ipaddress.c, there is no need for that. Signed-off-by: Andrea Claudi Signed-off-by: Stephen Hemminger --- ip/ipaddress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ip/ipaddress.c b/ip/ipaddress.c index f97eaff3d..ccf67d1dd 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -30,7 +30,6 @@ #include #include -#include "utils.h" #include "rt_names.h" #include "utils.h" #include "ll_map.h" -- 2.47.2