Refactor header files dependencies.
authorngkaho1234 <ngkaho1234@gmail.com>
Sun, 31 Jan 2016 14:31:05 +0000 (22:31 +0800)
committerngkaho1234 <ngkaho1234@gmail.com>
Sun, 31 Jan 2016 15:57:43 +0000 (15:57 +0000)
commit252c506239ab570c0f671513a3b17d3a44f86b5c
tree205681753f461e59880c2447588efd710b182746
parent3e42ad4c558d5f3e12cdf22f4d6610836c7df129
Refactor header files dependencies.
35 files changed:
include/ext4.h
include/ext4_balloc.h
include/ext4_blockdev.h
include/ext4_dir.h
include/ext4_dir_idx.h
include/ext4_extent.h
include/ext4_fs.h
include/ext4_hash.h
include/ext4_inode.h
include/ext4_journal.h
include/ext4_misc.h [new file with mode: 0644]
include/ext4_mkfs.h
include/ext4_super.h
include/ext4_types.h
include/ext4_xattr.h
src/ext4.c
src/ext4_balloc.c
src/ext4_bitmap.c
src/ext4_block_group.c
src/ext4_blockdev.c
src/ext4_crc32.c
src/ext4_debug.c
src/ext4_dir.c
src/ext4_dir_idx.c
src/ext4_extent.c
src/ext4_fs.c
src/ext4_hash.c
src/ext4_ialloc.c
src/ext4_inode.c
src/ext4_journal.c
src/ext4_mbr.c
src/ext4_mkfs.c
src/ext4_super.c
src/ext4_trans.c
src/ext4_xattr.c