Skip to content

Commit 95ef4d2

Browse files
minwooimkeithbusch
authored andcommitted
ioctl: Remove duplicated header files
Remove duplicated included header files in a file (nvme-ioctl.c) Signed-off-by: Minwoo Im <[email protected]>
1 parent 845aba5 commit 95ef4d2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

nvme-ioctl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#include <assert.h>
22
#include <sys/ioctl.h>
33
#include <sys/stat.h>
4-
#include <string.h>
54
#include <errno.h>
6-
#include <unistd.h>
75

8-
#include <errno.h>
96
#include <getopt.h>
107
#include <fcntl.h>
118
#include <inttypes.h>

0 commit comments

Comments
 (0)