From: Andrea Claudi Date: Tue, 7 Jul 2020 19:49:47 +0000 (+0200) Subject: ip address: remove useless include X-Git-Tag: v5.8.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d6f51c841a5aa23db0b194a23574b7bf8e2bb5;p=thirdparty%2Fiproute2.git 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 --- 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"