Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftest:sched: remove duplicate include in cs_prctl_test.c

Clean up the following includecheck warning:

./tools/testing/selftests/sched/cs_prctl_test.c:
Include files sys/types.h and sys/wait.h are included more than
once.

No functional change.

Fixed commit header and log:
Shuah Khan <skhan@linuxfoundation.org>

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Changcheng Deng and committed by
Shuah Khan
3673fdea d538ddb9

-2
-2
tools/testing/selftests/sched/cs_prctl_test.c
··· 25 25 #include <sys/types.h> 26 26 #include <sched.h> 27 27 #include <sys/prctl.h> 28 - #include <sys/types.h> 29 - #include <sys/wait.h> 30 28 #include <unistd.h> 31 29 #include <time.h> 32 30 #include <stdio.h>