hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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