OSDN Git Service

Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them from...
[android-x86/external-parted.git] / libparted / disk.c
index df6b4f1..d7fa40e 100644 (file)
@@ -47,8 +47,6 @@
 #  define N_(String) (String)
 #endif /* ENABLE_NLS */
 
-#include <string.h>
-
 /* UPDATE MODE functions */
 #ifdef DEBUG
 static int _disk_check_sanity (PedDisk* disk);