tree-wide: drop glob.h when glob-util.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 17:56:05 +09:00
parent 996f7e1cd0
commit 99e0d09731
5 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <errno.h>
#include <glob.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

View file

@ -2,7 +2,6 @@
#include <errno.h>
#include <fcntl.h>
#include <glob.h>
#include <grp.h>
#include <poll.h>
#include <signal.h>

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <net/if.h>
#include <glob.h>
#include "sd-id128.h"

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <fcntl.h>
#include <glob.h>
#include <sys/stat.h>
#include <unistd.h>

View file

@ -4,7 +4,6 @@
#include <fcntl.h>
#include <fnmatch.h>
#include <getopt.h>
#include <glob.h>
#include <limits.h>
#include <linux/fs.h>
#include <stdbool.h>