hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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