selftest/x86/mpx-dig.c: Remove duplicate header
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>
Wed, 6 Mar 2019 16:29:04 +0000 (21:59 +0530)
committerShuah Khan <shuah@kernel.org>
Mon, 8 Apr 2019 22:18:21 +0000 (16:18 -0600)
Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/x86/mpx-dig.c

index c13607e..880fbf6 100644 (file)
@@ -8,9 +8,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <errno.h>
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <sys/mman.h>
 #include <string.h>
 #include <fcntl.h>