summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:24:45 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit0fb81b8abe8d87f0b9a55f75c19438e55b5f7395 (patch)
tree73ae4b2a7610478348112b568b654b12f9e492df /src/nspawn
parente30e8b50738daab74eee56027543dea4d8ff8a32 (diff)
downloadsystemd-0fb81b8abe8d87f0b9a55f75c19438e55b5f7395.tar.gz
tree-wide: drop magic.h when missing_magic.h is included
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn-patch-uid.c1
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>