remove com_err.h includes

This commit is contained in:
Mike Frysinger
2005-06-11 20:29:02 +00:00
parent 16bc6159f3
commit 0b3fc1a9ac
3 changed files with 0 additions and 5 deletions

View File

@@ -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