All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - cov: remove unused header files
Date: Tue, 20 Dec 2022 15:23:34 +0000 (GMT)	[thread overview]
Message-ID: <20221220152334.40FF23857B9B@sourceware.org> (raw)

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>


                 reply	other threads:[~2022-12-20 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221220152334.40FF23857B9B@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.