From 4de40f3a5ec58334b38825324f6f2af2a2795814 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 18 Jan 2023 17:10:27 +0100 Subject: [PATCH] btrfs-progs: tune: remove unused includes Remove includes reported by include-what-you-use after the refactoring. Signed-off-by: David Sterba --- tune/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tune/main.c b/tune/main.c index 9db686a1..fb85c71f 100644 --- a/tune/main.c +++ b/tune/main.c @@ -18,22 +18,17 @@ #include "kerncompat.h" #include -#include #include #include #include #include #include -#include #include #include "kernel-shared/ctree.h" #include "kernel-shared/disk-io.h" #include "kernel-shared/transaction.h" #include "kernel-shared/volumes.h" -#include "kernel-shared/extent_io.h" -#include "common/defs.h" #include "common/utils.h" -#include "common/extent-cache.h" #include "common/open-utils.h" #include "common/parse-utils.h" #include "common/device-scan.h" @@ -42,7 +37,6 @@ #include "common/help.h" #include "common/box.h" #include "tune/tune.h" -#include "ioctl.h" static char *device; static int force = 0;