* main - cov: remove unused header files
@ 2022-12-20 15:23 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2022-12-20 15:23 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=44a2f2df9281ac0f5aef67d5f3c32fc2ee6ad0e9
Commit: 44a2f2df9281ac0f5aef67d5f3c32fc2ee6ad0e9
Parent: b6b1c19365d20d926d8aa39bf591731a7f9bb75a
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Dec 20 13:54:59 2022 +0100
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Dec 20 15:04:36 2022 +0100
cov: remove unused header files
---
lib/device/filesystem.c | 1 -
lib/device/online.c | 1 -
lib/device/parse_vpd.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/lib/device/filesystem.c b/lib/device/filesystem.c
index bdc230175..61e4d805e 100644
--- a/lib/device/filesystem.c
+++ b/lib/device/filesystem.c
@@ -22,7 +22,6 @@
#include <dirent.h>
#include <mntent.h>
-#include <sys/ioctl.h>
static const char *_lvresize_fs_helper_path;
diff --git a/lib/device/online.c b/lib/device/online.c
index 7ffe14b18..b97b71d92 100644
--- a/lib/device/online.c
+++ b/lib/device/online.c
@@ -17,7 +17,6 @@
#include "lib/commands/toolcontext.h"
#include "lib/device/device.h"
#include "lib/device/online.h"
-#include "lib/metadata/metadata.h"
#include <dirent.h>
diff --git a/lib/device/parse_vpd.c b/lib/device/parse_vpd.c
index 23b0c6efa..bea8834d4 100644
--- a/lib/device/parse_vpd.c
+++ b/lib/device/parse_vpd.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <inttypes.h>
#include <sys/types.h>
-#include <sys/ioctl.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-20 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 15:23 main - cov: remove unused header files Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.