diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 10:24:45 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | 0fb81b8abe8d87f0b9a55f75c19438e55b5f7395 (patch) | |
tree | 73ae4b2a7610478348112b568b654b12f9e492df /src/nspawn | |
parent | tree-wide: drop stat.h or statfs.h when stat-util.h is included (diff) | |
download | systemd-0fb81b8abe8d87f0b9a55f75c19438e55b5f7395.tar.xz systemd-0fb81b8abe8d87f0b9a55f75c19438e55b5f7395.zip |
tree-wide: drop magic.h when missing_magic.h is included
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn-patch-uid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-patch-uid.c b/src/nspawn/nspawn-patch-uid.c index 7c1dbc2cf4..fc591e2725 100644 --- a/src/nspawn/nspawn-patch-uid.c +++ b/src/nspawn/nspawn-patch-uid.c @@ -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> |