Skip to content

Commit

Permalink
BTRFS: Don't include disk-io.h twice in check-integrity.c
Browse files Browse the repository at this point in the history
Once should be enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Feb 10, 2012
1 parent 9e45dd6 commit 3e93b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/check-integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
#include "disk-io.h"
#include "transaction.h"
#include "extent_io.h"
#include "disk-io.h"
#include "volumes.h"
#include "print-tree.h"
#include "locking.h"
Expand Down

0 comments on commit 3e93b8d

Please sign in to comment.