tree-wide: drop blkid.h when blkid-util.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 18:20:31 +09:00
parent e259108494
commit adb29d588e
4 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <blkid.h>
#include <ctype.h>
#include <errno.h>
#include <ftw.h>

View file

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <blkid.h>
#include <stdlib.h>
#include <sys/statfs.h>
#include <unistd.h>

View file

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#if HAVE_BLKID
#include <blkid.h>
#endif
#include <errno.h>
#include <getopt.h>

View file

@ -5,7 +5,6 @@
* Copyright © 2011 Karel Zak <kzak@redhat.com>
*/
#include <blkid.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>