summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-10-28 16:20:14 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-10-29 06:23:49 +0100
commit7e19cc54628bb320209ebab15b3b5d119fbccd00 (patch)
tree36965d2cfe9b72570939c4045b35bc8b6f481979 /src/network/networkd-network.c
parentsd-network: move link_get_type_string() (diff)
downloadsystemd-7e19cc54628bb320209ebab15b3b5d119fbccd00.tar.xz
systemd-7e19cc54628bb320209ebab15b3b5d119fbccd00.zip
net-condition: move net_match_config() and related conf parsers
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r--src/network/networkd-network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c
index 426dd0a8f0..dd937d37f2 100644
--- a/src/network/networkd-network.c
+++ b/src/network/networkd-network.c
@@ -12,11 +12,11 @@
#include "fd-util.h"
#include "hostname-util.h"
#include "in-addr-util.h"
-#include "networkd-dhcp-server.h"
-#include "network-internal.h"
+#include "net-condition.h"
#include "networkd-address-label.h"
#include "networkd-address.h"
#include "networkd-dhcp-common.h"
+#include "networkd-dhcp-server.h"
#include "networkd-fdb.h"
#include "networkd-manager.h"
#include "networkd-mdb.h"