From 181547bbb81e8ed91e1df7eaa0303fcbc44caeff Mon Sep 17 00:00:00 2001 From: Mike Snitzer Date: Tue, 13 Feb 2024 23:57:08 -0500 Subject: [PATCH] dm vdo string-utils: remove unnecessary includes Signed-off-by: Mike Snitzer Signed-off-by: Susan LeGendre-McGhee Signed-off-by: Matthew Sakai --- drivers/md/dm-vdo/string-utils.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/md/dm-vdo/string-utils.c b/drivers/md/dm-vdo/string-utils.c index a584b37bb70c3..6cdf018cdaf09 100644 --- a/drivers/md/dm-vdo/string-utils.c +++ b/drivers/md/dm-vdo/string-utils.c @@ -5,12 +5,6 @@ #include "string-utils.h" -#include "errors.h" -#include "logger.h" -#include "memory-alloc.h" -#include "permassert.h" -#include "uds.h" - char *uds_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...) { va_list args; -- 2.39.5