Skip to content

Commit 10ab36e

Browse files
committed
fix lint
Signed-off-by: Moleus <fafufuburr@gmail.com>
1 parent 325ef4f commit 10ab36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
#pragma once
2525

26-
#include <linux/sched.h>
2726
#include <linux/math64.h>
27+
#include <linux/sched.h>
2828

2929
// Between linux v6.1 and v6.8, NSEC_PER_SEC is no longer defined by including
3030
// linux/sched.h. This ifndef covers newer kernels that won't have it defined.

0 commit comments

Comments
 (0)