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 <aclaudi@redhat.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
0689785782
commit
a8d6f51c84
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue