libblockdev/0001-vdo_stats-Remove-unused-libparted-include.patch
2023-06-29 13:54:56 +02:00

29 lines
681 B
Diff

From b870898b014f44a97fe996278210f59c57c1196b Mon Sep 17 00:00:00 2001
From: Vojtech Trefny <vtrefny@redhat.com>
Date: Thu, 29 Jun 2023 08:36:48 +0200
Subject: [PATCH] vdo_stats: Remove unused libparted include
I have no idea where this came from, but we don't need (and never
did) libparted in vdo_stats.
Fixes: #916
---
src/plugins/vdo_stats.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/plugins/vdo_stats.c b/src/plugins/vdo_stats.c
index 7c8b8a45..620e972f 100644
--- a/src/plugins/vdo_stats.c
+++ b/src/plugins/vdo_stats.c
@@ -18,7 +18,6 @@
*/
#include <glib.h>
-#include <parted/parted.h>
#include <blockdev/utils.h>
#include "vdo_stats.h"
--
2.41.0