Index: parted-1.8.8/libparted/fs/ext2/ext2.h =================================================================== --- parted-1.8.8.orig/libparted/fs/ext2/ext2.h +++ parted-1.8.8/libparted/fs/ext2/ext2.h @@ -24,10 +24,6 @@ #include #include "tune.h" -#if HAVE_INTTYPES_H -# include -#endif - #if ENABLE_NLS # include # define _(String) dgettext (PACKAGE, String) Index: parted-1.8.8/libparted/labels/gpt.c =================================================================== --- parted-1.8.8.orig/libparted/labels/gpt.c +++ parted-1.8.8/libparted/labels/gpt.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include