]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-tunnel.c
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
[thirdparty/systemd.git] / src / network / networkd-netdev-tunnel.c
index bbc46062581d8c62aa18866ae00378753ff65fac..2dd16be3817c211463b5cc5a1c738a5d28f89232 100644 (file)
 #include "conf-parser.h"
 #include "missing.h"
 #include "networkd-link.h"
+#include "networkd-netdev-tunnel.h"
+#include "parse-util.h"
 #include "string-util.h"
 #include "util.h"
-#include "networkd-netdev-tunnel.h"
 
 #define DEFAULT_TNL_HOP_LIMIT   64
 #define IP6_FLOWINFO_FLOWLABEL  htonl(0x000FFFFF)