hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/tools/perf/util/comm.h
....@@ -2,9 +2,9 @@
22 #ifndef __PERF_COMM_H
33 #define __PERF_COMM_H
44
5
-#include "../perf.h"
6
-#include <linux/rbtree.h>
75 #include <linux/list.h>
6
+#include <linux/types.h>
7
+#include <stdbool.h>
88
99 struct comm_str;
1010