aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents_status.c
diff options
context:
space:
mode:
authorSheng Yong <shengyong1@huawei.com>2015-04-02 23:47:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-04-02 23:47:42 -0400
commit72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch)
treeb9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/extents_status.c
parent4255c224b97f6d286d9d791962dec2b02c652b42 (diff)
downloadlinux-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.gz
ext4: remove unused header files
Remove unused header files and header files which are included in ext4.h. Signed-off-by: Sheng Yong <shengyong1@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/extents_status.c')
-rw-r--r--fs/ext4/extents_status.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/extents_status.c b/fs/ext4/extents_status.c
index e04d45733976ef..d33d5a6852b9b9 100644
--- a/fs/ext4/extents_status.c
+++ b/fs/ext4/extents_status.c
@@ -9,12 +9,10 @@
*
* Ext4 extents status tree core functions.
*/
-#include <linux/rbtree.h>
#include <linux/list_sort.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include "ext4.h"
-#include "extents_status.h"
#include <trace/events/ext4.h>