tree-wide: drop unnecessary inclusion of network-internal.h

This commit is contained in:
Yu Watanabe 2020-10-29 01:17:04 +09:00
parent dc7f6c9b94
commit 01ab92af71
6 changed files with 0 additions and 6 deletions

View File

@ -21,7 +21,6 @@
#include "hexdecoct.h"
#include "hostname-util.h"
#include "in-addr-util.h"
#include "network-internal.h"
#include "random-util.h"
#include "socket-util.h"
#include "string-table.h"

View File

@ -12,7 +12,6 @@
#include "macsec.h"
#include "memory-util.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "networkd-manager.h"
#include "path-util.h"
#include "socket-util.h"

View File

@ -23,7 +23,6 @@
#include "netdev.h"
#include "netdevsim.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "networkd-manager.h"
#include "nlmon.h"
#include "path-lookup.h"

View File

@ -13,7 +13,6 @@
#include "hashmap.h"
#include "hostname-util.h"
#include "missing_network.h"
#include "network-internal.h"
#include "networkd-address.h"
#include "networkd-dhcp6.h"
#include "networkd-link.h"

View File

@ -8,7 +8,6 @@
#include "link.h"
#include "manager.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "strv.h"
#include "time-util.h"
#include "util.h"

View File

@ -20,7 +20,6 @@
#include "io-util.h"
#include "missing_network.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "ordered-set.h"
#include "parse-util.h"
#include "random-util.h"