summaryrefslogtreecommitdiffstats
path: root/src/ext2_common.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2021-01-29 22:53:48 +0100
committerChristophe Grenier <[email protected]>2021-01-29 22:53:48 +0100
commit90e8f7414d0d110636203180b4392e191778b9d6 (patch)
tree3fd9d4232bfdb27547169800d92aaa3024bedc48 /src/ext2_common.c
parent0c59aa8d229a8e30219d34d4147f40efe3312a75 (diff)
move struct ext2_super_block from src/ext2.h to src/ext2_common.h
Diffstat (limited to 'src/ext2_common.c')
-rw-r--r--src/ext2_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext2_common.c b/src/ext2_common.c
index 3eaf14e1..0cf36d2a 100644
--- a/src/ext2_common.c
+++ b/src/ext2_common.c
@@ -32,7 +32,6 @@
#endif
#include "types.h"
#include "common.h"
-#include "ext2.h"
#include "ext2_common.h"
uint64_t td_ext2fs_blocks_count(const struct ext2_super_block *super)