diff options
Diffstat (limited to 'lib/ext2fs/crc16.h')
-rw-r--r-- | lib/ext2fs/crc16.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ext2fs/crc16.h b/lib/ext2fs/crc16.h index e3d8b4a5..322e68dd 100644 --- a/lib/ext2fs/crc16.h +++ b/lib/ext2fs/crc16.h @@ -15,8 +15,6 @@ #ifndef __CRC16_H #define __CRC16_H -#include <ext2fs/ext2_types.h> - /* for an unknown reason, PPC treats __u16 as signed and keeps doing sign * extension on the value. Instead, use only the low 16 bits of an * unsigned int for holding the CRC value to avoid this. |