diff options
Diffstat (limited to 'e2fsprogs/ext2fs/ext2fs.h')
-rw-r--r-- | e2fsprogs/ext2fs/ext2fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/ext2fs.h b/e2fsprogs/ext2fs/ext2fs.h index 0832bc286..4bf5e5bba 100644 --- a/e2fsprogs/ext2fs/ext2fs.h +++ b/e2fsprogs/ext2fs/ext2fs.h | |||
@@ -77,11 +77,9 @@ typedef __s64 e2_blkcnt_t; | |||
77 | typedef __u32 ext2_dirhash_t; | 77 | typedef __u32 ext2_dirhash_t; |
78 | 78 | ||
79 | #if EXT2_FLAT_INCLUDES | 79 | #if EXT2_FLAT_INCLUDES |
80 | #include "com_err.h" | ||
81 | #include "ext2_io.h" | 80 | #include "ext2_io.h" |
82 | #include "ext2_err.h" | 81 | #include "ext2_err.h" |
83 | #else | 82 | #else |
84 | #include <et/com_err.h> | ||
85 | #include <ext2fs/ext2_io.h> | 83 | #include <ext2fs/ext2_io.h> |
86 | #include <ext2fs/ext2_err.h> | 84 | #include <ext2fs/ext2_err.h> |
87 | #endif | 85 | #endif |