tree-wide: drop sched.h when missing_sched.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 18:16:18 +09:00
parent a4dca9836b
commit df26692947
3 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@
#include <linux/fs.h>
#include <linux/loop.h>
#include <pwd.h>
#include <sched.h>
#if HAVE_SELINUX
#include <selinux/selinux.h>
#endif

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <fcntl.h>
#include <sched.h>
#include <sys/mount.h>
#include <sys/personality.h>
#include <sys/prctl.h>

View file

@ -2,7 +2,6 @@
#include <fcntl.h>
#include <poll.h>
#include <sched.h>
#include <stdlib.h>
#include <sys/eventfd.h>
#include <sys/mman.h>