1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 14:55:37 +03:00

tree-wide: remove a few unnecessary inclusions of ftw.h

This commit is contained in:
Lennart Poettering 2021-10-01 15:48:23 +02:00
parent 823d72c7f7
commit edcd27dcaf
4 changed files with 0 additions and 4 deletions

View 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>

View File

@ -2,7 +2,6 @@
#include <errno.h>
#include <fcntl.h>
#include <ftw.h>
#include <langinfo.h>
#include <libintl.h>
#include <stddef.h>

View File

@ -2,7 +2,6 @@
#include <ctype.h>
#include <errno.h>
#include <ftw.h>
#include <getopt.h>
#include <limits.h>
#include <linux/magic.h>

View 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>