]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-network.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / network / networkd-network.c
index 97ada568665e2145224c08ad0bebffbb67500e64..9f9a6911e3248e7913278fad43275bb58fa9a0b2 100644 (file)
 
 #include "conf-files.h"
 #include "conf-parser.h"
-#include "util.h"
-#include "hostname-util.h"
 #include "dns-domain.h"
+#include "hostname-util.h"
 #include "network-internal.h"
-
 #include "networkd.h"
+#include "string-util.h"
+#include "util.h"
 #include "networkd-network.h"
 
 static int network_load_one(Manager *manager, const char *filename) {