Skip to content

Commit

Permalink
kselftest:sched: remove duplicate include in cs_prctl_test.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Changcheng Deng authored and Shuah Khan committed Aug 25, 2021
1 parent d538ddb commit 3673fde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/testing/selftests/sched/cs_prctl_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <sys/types.h>
#include <sched.h>
#include <sys/prctl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
Expand Down

0 comments on commit 3673fde

Please sign in to comment.