summaryrefslogtreecommitdiff
path: root/convert
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-30 16:52:07 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:46 +0100
commit5bcff79f14c4fd13bd4d4fef6cab2ef99e8b3f25 (patch)
tree86b278912399e7b1cd07178c9ffa0f33de91f584 /convert
parent4927a9b268710e219bb1bd62ae74340f5ee3891c (diff)
btrfs-progs: convert: remove unused includes
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert')
-rw-r--r--convert/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/convert/main.c b/convert/main.c
index 5edb297e..b2b24ae4 100644
--- a/convert/main.c
+++ b/convert/main.c
@@ -18,23 +18,17 @@
#include "kerncompat.h"
-#include <sys/ioctl.h>
-#include <sys/mount.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
-#include <uuid/uuid.h>
-#include <linux/limits.h>
#include <getopt.h>
#include "ctree.h"
#include "disk-io.h"
#include "volumes.h"
#include "transaction.h"
-#include "crc32c.h"
#include "utils.h"
#include "task-utils.h"
#include "help.h"