]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
ioctl: Remove duplicated header files
authorMinwoo Im <minwoo.im@samsung.com>
Tue, 18 Feb 2020 09:14:59 +0000 (18:14 +0900)
committerKeith Busch <kbusch@kernel.org>
Tue, 18 Feb 2020 14:39:31 +0000 (07:39 -0700)
Remove duplicated included header files in a file (nvme-ioctl.c)

Signed-off-by: Minwoo Im <minwoo.im@samsung.com>
nvme-ioctl.c

index 7456a89c854adcaa28ef78dcec26ba8baffd76a0..a6862ed026f9d0117630c668fc2c0191242278cb 100644 (file)
@@ -1,11 +1,8 @@
 #include <assert.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
-#include <string.h>
 #include <errno.h>
-#include <unistd.h>
 
-#include <errno.h>
 #include <getopt.h>
 #include <fcntl.h>
 #include <inttypes.h>