Skip to content

Commit

Permalink
ceph: remove unused #includes
Browse files Browse the repository at this point in the history
Remove unused #include's in
  fs/ceph/super.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Huang Weiyi authored and Sage Weil committed May 17, 2010
1 parent 6822d00 commit 1bb7163
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/parser.h>
#include <linux/rwsem.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/statfs.h>
#include <linux/string.h>
#include <linux/version.h>
#include <linux/vmalloc.h>

#include "decode.h"
#include "super.h"
Expand Down

0 comments on commit 1bb7163

Please sign in to comment.