]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkctl.c
util: split out sorting related calls to new sort-util.[ch]
[thirdparty/systemd.git] / src / network / networkctl.c
index 9452dabcde9ab9df75734f47108d3340f722e2d6..86f6435e4f598dd1f884d8c743eeb73d5ab19be8 100644 (file)
@@ -26,6 +26,7 @@
 #include "parse-util.h"
 #include "pretty-print.h"
 #include "socket-util.h"
+#include "sort-util.h"
 #include "sparse-endian.h"
 #include "stdio-util.h"
 #include "string-table.h"
@@ -33,7 +34,6 @@
 #include "strv.h"
 #include "strxcpyx.h"
 #include "terminal-util.h"
-#include "util.h"
 #include "verbs.h"
 
 static PagerFlags arg_pager_flags = 0;