hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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