remove com_err.h includes
This commit is contained in:
parent
16bc6159f3
commit
0b3fc1a9ac
@ -3,8 +3,6 @@
|
||||
* This file is automatically generated; please do not edit it.
|
||||
*/
|
||||
|
||||
#include <et/com_err.h>
|
||||
|
||||
#define EXT2_ET_BASE (2133571328L)
|
||||
#define EXT2_ET_MAGIC_EXT2FS_FILSYS (2133571329L)
|
||||
#define EXT2_ET_MAGIC_BADBLOCKS_LIST (2133571330L)
|
||||
|
@ -77,11 +77,9 @@ typedef __s64 e2_blkcnt_t;
|
||||
typedef __u32 ext2_dirhash_t;
|
||||
|
||||
#if EXT2_FLAT_INCLUDES
|
||||
#include "com_err.h"
|
||||
#include "ext2_io.h"
|
||||
#include "ext2_err.h"
|
||||
#else
|
||||
#include <et/com_err.h>
|
||||
#include <ext2fs/ext2_io.h>
|
||||
#include <ext2fs/ext2_err.h>
|
||||
#endif
|
||||
|
@ -22,7 +22,6 @@
|
||||
#ifdef __MSDOS__
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include "et/com_err.h"
|
||||
#include "ext2fs/ext2_io.h"
|
||||
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user