Skip to content

Commit 075e70d

Browse files
EricccTaiwanhtejun
authored andcommitted
selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c
The header <unistd.h> is included twice in rt_stall.c. Remove the redundant inclusion to clean up the code. Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent cbb2973 commit 075e70d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/sched_ext/rt_stall.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <signal.h>
1616
#include <bpf/bpf.h>
1717
#include <scx/common.h>
18-
#include <unistd.h>
1918
#include "rt_stall.bpf.skel.h"
2019
#include "scx_test.h"
2120
#include "../kselftest.h"

0 commit comments

Comments
 (0)