remove com_err.h includes
authorMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 20:29:02 +0000 (20:29 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 20:29:02 +0000 (20:29 -0000)
e2fsprogs/ext2fs/ext2_err.h
e2fsprogs/ext2fs/ext2fs.h
e2fsprogs/ext2fs/llseek.c

index 57b44e164443b5e2e241a25f7b19ba78f4e1885d..a2a506f9af1dc9e14551e961733d6b7bd9543d64 100644 (file)
@@ -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)
index 0832bc2864e5e1024b0c8fc6db4e7a9cc7c32764..4bf5e5bba0414e867f0d3841e8d2110b8ca9263a 100644 (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
index e0bedb57d1e338b8f81598be47dba6e730946de2..502faa3ddcb8838acf2e123da19a69e200da4716 100644 (file)
@@ -22,7 +22,6 @@
 #ifdef __MSDOS__
 #include <io.h>
 #endif
-#include "et/com_err.h"
 #include "ext2fs/ext2_io.h"
 
 #ifdef __linux__