浏览代码

btrfs: remove duplicate includes

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Pravin Shedge 8 年之前
父节点
当前提交
87c46ec700
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/btrfs/super.c

+ 0 - 1
fs/btrfs/super.c

@@ -61,7 +61,6 @@
 #include "tests/btrfs-tests.h"
 
 #include "qgroup.h"
-#include "backref.h"
 #define CREATE_TRACE_POINTS
 #include <trace/events/btrfs.h>