selftests: remove duplicate include
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Fri, 7 May 2021 01:05:33 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 07:26:33 +0000 (00:26 -0700)
commit9c39c6ffe0c2945c7cf814814c096bc23b63f53d
tree8c158faff7c3a0919fbc6e30def7317f44687d30
parent56fd94919b8bfdbe162f78920b4ebc72b4ce2f39
selftests: remove duplicate include

'assert.h' included in 'sparsebit.c' is duplicated.
It is also included in the 161th line.
'string.h' included in 'mincore_selftest.c' is duplicated.
It is also included in the 15th line.
'sched.h' included in 'tlbie_test.c' is duplicated.
It is also included in the 33th line.

Link: https://lkml.kernel.org/r/20210316073336.426255-1-zhang.yunkai@zte.com.cn
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/selftests/kvm/lib/sparsebit.c
tools/testing/selftests/mincore/mincore_selftest.c
tools/testing/selftests/powerpc/mm/tlbie_test.c