From b870898b014f44a97fe996278210f59c57c1196b Mon Sep 17 00:00:00 2001 From: Vojtech Trefny 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 -#include #include #include "vdo_stats.h" -- 2.41.0