summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:20:31 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commitadb29d588ed8497d2c51f1d6d5e45a1e0d80a1dd (patch)
treef784d134c612f047010a9d51b5948e5618e16a82 /src/nspawn
parente25910849441372339340bc8ce1ce990e126ac63 (diff)
downloadsystemd-adb29d588ed8497d2c51f1d6d5e45a1e0d80a1dd.tar.gz
tree-wide: drop blkid.h when blkid-util.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 3a866980c8..6439e604da 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#if HAVE_BLKID
-#include <blkid.h>
#endif
#include <errno.h>
#include <getopt.h>