]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop sched.h when missing_sched.h is included
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Nov 2019 09:16:18 +0000 (18:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 3 Nov 2019 15:30:32 +0000 (00:30 +0900)
src/nspawn/nspawn.c
src/test/test-process-util.c
src/test/test-seccomp.c

index dfd14ca39089adc3631742e79010b872a70ee99a..db3bc1a4db876e75ff50ad29d827389d8e6079ea 100644 (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
index ad441ae731a83a00ba18153fe91416a5492d04d8..762a203577155089bfd5e6f6009b021e948256b8 100644 (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>
index af17a5651616c5ca75e87faa50d024ab4c248968..018c20f8be26f75928bb43d7df45e7f9abafef91 100644 (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>