From f1fda8b43eb03be951846c6df9d0be81be84808e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Mar 2026 06:59:11 +0000 Subject: util/nvmutil: tidy up includes Signed-off-by: Leah Rowe --- util/nvmutil/lib/command.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'util/nvmutil/lib/command.c') diff --git a/util/nvmutil/lib/command.c b/util/nvmutil/lib/command.c index b70430aa..6b232b5f 100644 --- a/util/nvmutil/lib/command.c +++ b/util/nvmutil/lib/command.c @@ -5,21 +5,15 @@ * Command handlers for nvmutil */ -#ifdef __OpenBSD__ -#include -#endif #include #include #include #include #include -#include -#include #include -#include +#include #include -#include #include #include "../include/common.h" -- cgit v1.2.1