]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/os-util.c
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / shared / os-util.c
index 82471a45ba0541e5315e91b190010c72c60346bf..f7d46d3c477969e61af4a35a070e67b858cb9cfb 100644 (file)
@@ -1,13 +1,13 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
 #include "alloc-util.h"
+#include "env-file.h"
 #include "fd-util.h"
 #include "fs-util.h"
 #include "macro.h"
 #include "os-util.h"
-#include "strv.h"
-#include "fileio.h"
 #include "string-util.h"
+#include "strv.h"
 
 int path_is_os_tree(const char *path) {
         int r;