hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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