kselftest:sched: remove duplicate include in cs_prctl_test.c
authorChangcheng Deng <deng.changcheng@zte.com.cn>
Tue, 24 Aug 2021 03:03:38 +0000 (20:03 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 25 Aug 2021 19:55:30 +0000 (13:55 -0600)
commit3673fdeafd5f9d9aa90b35f7e11a556fe0cbbe62
tree19333e7dbadc0de77d91db8206a5c04b1fe0121c
parentd538ddb97e066571e4fc58b832f40739621b42bb
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>
tools/testing/selftests/sched/cs_prctl_test.c