mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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>
This commit is contained in:
parent
cbb297323d
commit
075e70d13e
|
|
@ -15,7 +15,6 @@
|
|||
#include <signal.h>
|
||||
#include <bpf/bpf.h>
|
||||
#include <scx/common.h>
|
||||
#include <unistd.h>
|
||||
#include "rt_stall.bpf.skel.h"
|
||||
#include "scx_test.h"
|
||||
#include "../kselftest.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user