mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-29 17:02:43 +00:00
btrfs-progs: tune: remove unused includes
Remove includes reported by include-what-you-use after the refactoring. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
3cf00a0a38
commit
4de40f3a5e
@ -18,22 +18,17 @@
|
||||
|
||||
#include "kerncompat.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <uuid/uuid.h>
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user