summaryrefslogtreecommitdiff
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
parente25910849441372339340bc8ce1ce990e126ac63 (diff)
downloadsystemd-adb29d588ed8497d2c51f1d6d5e45a1e0d80a1dd.tar.gz
tree-wide: drop blkid.h when blkid-util.h is included
-rw-r--r--src/boot/bootctl.c1
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c1
-rw-r--r--src/nspawn/nspawn.c1
-rw-r--r--src/udev/udev-builtin-blkid.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index 3c4c095e2f..fa846b1d26 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-#include <blkid.h>
#include <ctype.h>
#include <errno.h>
#include <ftw.h>
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index 5affc57b79..e4612edff8 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-#include <blkid.h>
#include <stdlib.h>
#include <sys/statfs.h>
#include <unistd.h>
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>
diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin-blkid.c
index 33bc59dacc..8798a5a5e2 100644
--- a/src/udev/udev-builtin-blkid.c
+++ b/src/udev/udev-builtin-blkid.c
@@ -5,7 +5,6 @@
* Copyright © 2011 Karel Zak <kzak@redhat.com>
*/
-#include <blkid.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>