diff options
Diffstat (limited to 'src/block.c')
-rw-r--r-- | src/block.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/block.c b/src/block.c index b1db943..66bad23 100644 --- a/src/block.c +++ b/src/block.c @@ -27,7 +27,6 @@ #endif -//#include <ext2fs/ext2fs.h> #include "ext2fsP.h" #include "block.h" #include "journal.h" @@ -56,7 +55,7 @@ struct block_context { //#ifdef BLOCK_FLAG_READ_ONLY -#include <ext2fs/ext3_extents.h> +//#include <ext2fs/ext3_extents.h> struct extent_path { char *buf; int entries; |