Index: parted-1.9.0/libparted/fs/ext2/ext2.h =================================================================== --- parted-1.9.0.orig/libparted/fs/ext2/ext2.h 2009-07-23 19:52:08.000000000 +0200 +++ parted-1.9.0/libparted/fs/ext2/ext2.h 2009-07-30 16:28:45.000000000 +0200 @@ -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.9.0/libparted/labels/gpt.c =================================================================== --- parted-1.9.0.orig/libparted/labels/gpt.c 2009-07-30 16:28:44.000000000 +0200 +++ parted-1.9.0/libparted/labels/gpt.c 2009-07-30 16:28:45.000000000 +0200 @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include