summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2022-06-02 16:28:41 +0300
committerDavid Sterba <dsterba@suse.com>2022-07-25 18:45:37 +0300
commit8234d3f658b65584f1298960fc96a62f9e2a9f38 (patch)
tree65a8cb744d8e54e3b80d0d90dfe5382fedb7546d /fs/btrfs/send.c
parente3b4b9040b0f59a27cdd3db31417aeced473f345 (diff)
downloadlinux-8234d3f658b65584f1298960fc96a62f9e2a9f38.tar.xz
btrfs: send: simplify includes
We don't need the whole ctree.h in send.h, none of the data types defined there are used. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r--fs/btrfs/send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index 6d01dc26d408..8f88df368c31 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -17,6 +17,7 @@
#include <linux/crc32c.h>
#include "send.h"
+#include "ctree.h"
#include "backref.h"
#include "locking.h"
#include "disk-io.h"