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 <fcntl.h>
#include <linux/magic.h>
#include <sched.h>
#include <sys/statvfs.h>
#include <sys/types.h>

View File

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