]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: remove a few unnecessary inclusions of ftw.h
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Oct 2021 13:48:23 +0000 (15:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2021 09:58:26 +0000 (11:58 +0200)
src/basic/cgroup-util.c
src/basic/locale-util.c
src/boot/bootctl.c
src/locale/localectl.c

index 221157d57aaa8225f9d65310cdde0ab4f725bcf8..cb1c3b0cc2b45de213a177717be92e966df94b6a 100644 (file)
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
 #include <errno.h>
-#include <ftw.h>
 #include <limits.h>
 #include <signal.h>
 #include <stddef.h>
index b6f9a760a4ff23202027f943f3ef9cb36dbee56a..9a7c7795e74630745e645ec37515ed5ea65328e1 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <errno.h>
 #include <fcntl.h>
-#include <ftw.h>
 #include <langinfo.h>
 #include <libintl.h>
 #include <stddef.h>
index bb3627ed6edc97b2c342fd01770b19adfcdb8aa2..60060cd60c0066401391f54d1dd5297eaa9705d2 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <ctype.h>
 #include <errno.h>
-#include <ftw.h>
 #include <getopt.h>
 #include <limits.h>
 #include <linux/magic.h>
index 0de3532f9786258ab7468348afc4f8d4a8ad4feb..7e63976dfc4264134e7237a7011de70c21129ab2 100644 (file)
@@ -1,6 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
-#include <ftw.h>
 #include <getopt.h>
 #include <stdbool.h>
 #include <stdlib.h>