From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - cov: remove unneeded header file inclusion
Date: Wed, 10 May 2023 14:22:29 +0000 (GMT) [thread overview]
Message-ID: <20230510142229.91E653853831@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=cc7c41abbdb51a1e6c60c4a79aa56fe40ab7937a
Commit: cc7c41abbdb51a1e6c60c4a79aa56fe40ab7937a
Parent: 7b52a663a6436581cfacd9212929db551a00920f
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Wed May 10 12:55:38 2023 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed May 10 15:27:48 2023 +0200
cov: remove unneeded header file inclusion
---
lib/label/label.c | 1 -
tools/pvscan.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/lib/label/label.c b/lib/label/label.c
index 330089f1a..4b1362cf2 100644
--- a/lib/label/label.c
+++ b/lib/label/label.c
@@ -27,7 +27,6 @@
#include "lib/format_text/layout.h"
#include "lib/device/device_id.h"
#include "lib/device/online.h"
-#include "lib/filters/filter.h"
#include <sys/stat.h>
#include <fcntl.h>
diff --git a/tools/pvscan.c b/tools/pvscan.c
index 8f51a0b42..058e8b658 100644
--- a/tools/pvscan.c
+++ b/tools/pvscan.c
@@ -19,7 +19,6 @@
#include "lib/metadata/metadata.h"
#include "lib/label/hints.h"
#include "lib/device/online.h"
-#include "lib/filters/filter.h"
#include <dirent.h>
reply other threads:[~2023-05-10 14:22 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=20230510142229.91E653853831@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.