hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/tools/perf/util/comm.c
....@@ -1,11 +1,12 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "comm.h"
3
-#include "util.h"
43 #include <errno.h>
54 #include <stdlib.h>
65 #include <stdio.h>
76 #include <string.h>
87 #include <linux/refcount.h>
8
+#include <linux/rbtree.h>
9
+#include <linux/zalloc.h>
910 #include "rwsem.h"
1011
1112 struct comm_str {