aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-03-06 21:59:04 +0530
committerShuah Khan <shuah@kernel.org>2019-04-08 16:18:21 -0600
commitd11a7e376ad728a03c391bcf1b281b3e279cc574 (patch)
treea3e20fc6aced60c11cb33bd7e28ffbaad6536524 /tools
parentLinux 5.1-rc4 (diff)
downloadwireguard-linux-d11a7e376ad728a03c391bcf1b281b3e279cc574.tar.xz
wireguard-linux-d11a7e376ad728a03c391bcf1b281b3e279cc574.zip
selftest/x86/mpx-dig.c: Remove duplicate header
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/x86/mpx-dig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/x86/mpx-dig.c b/tools/testing/selftests/x86/mpx-dig.c
index c13607ef5c11..880fbf676968 100644
--- a/tools/testing/selftests/x86/mpx-dig.c
+++ b/tools/testing/selftests/x86/mpx-dig.c
@@ -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>