summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:16:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commitdf26692947ac556a20ce0a6f1585db18871ace1c (patch)
tree42bdf6dfc65b21b6706e05b2741d34fd885bd371 /src/nspawn
parenta4dca9836bfc932b54cb14d33f438b058f2bce7c (diff)
downloadsystemd-df26692947ac556a20ce0a6f1585db18871ace1c.tar.gz
systemd-df26692947ac556a20ce0a6f1585db18871ace1c.tar.bz2
systemd-df26692947ac556a20ce0a6f1585db18871ace1c.zip
tree-wide: drop sched.h when missing_sched.h is included
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index dfd14ca390..db3bc1a4db 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -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