]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: remove unused headers
authorDavidlohr Bueso <dave@gnu.org>
Wed, 1 Jun 2011 23:27:14 +0000 (19:27 -0400)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Jun 2011 11:27:26 +0000 (13:27 +0200)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
partx/partx.c

index 8cb35703a1c0ed3aa0ac06829deece437ee4c5bd..d8a4119c23670aaca609b8381fd48de1ce7c5b12 100644 (file)
  */
 
 #include <stdio.h>
-#include <fcntl.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <string.h>
 #include <ctype.h>
 #include <getopt.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <unistd.h>
 #include <assert.h>
-#include <sys/ioctl.h>
-#include <linux/blkpg.h>
 #include <dirent.h>
 
 #include <blkid.h>