diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index cba701dba35057d2233f5052b3079f69f7e65909..51bfdfc8fcdac00b5f13599bed87922563a38f07 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c @@ -20,7 +20,6 @@ #include #include #include -#include #include "async-thread.h" #define WORK_QUEUED_BIT 0 diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c index cbf7dc8ae3ec2e2b84eb70f65da7cce75de6afbd..d6c01c096a40be707627116382780eb74626649f 100644 --- a/fs/btrfs/delayed-ref.c +++ b/fs/btrfs/delayed-ref.c @@ -18,7 +18,6 @@ #include #include -#include #include "ctree.h" #include "delayed-ref.h" #include "transaction.h"