]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip address: remove useless include
authorAndrea Claudi <aclaudi@redhat.com>
Tue, 7 Jul 2020 19:49:47 +0000 (21:49 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 8 Jul 2020 15:47:28 +0000 (08:47 -0700)
utils.h is included two times in ipaddress.c, there is no need for that.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c

index f97eaff3dbbf2535e8021b39a8cb7860234d233a..ccf67d1dd55cfac916db45350b2b4cb180e643a0 100644 (file)
@@ -30,7 +30,6 @@
 #include <linux/sockios.h>
 #include <linux/net_namespace.h>
 
-#include "utils.h"
 #include "rt_names.h"
 #include "utils.h"
 #include "ll_map.h"