tree-wide: drop magic.h when missing_magic.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 18:24:45 +09:00
parent e30e8b5073
commit 0fb81b8abe
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <linux/magic.h>
#include <sched.h> #include <sched.h>
#include <sys/statvfs.h> #include <sys/statvfs.h>
#include <sys/types.h> #include <sys/types.h>

View file

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