hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 {