kernel/tools/perf/util/comm.c
.. .. @@ -1,11 +1,12 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "comm.h" 3 -#include "util.h"4 3 #include <errno.h> 5 4 #include <stdlib.h> 6 5 #include <stdio.h> 7 6 #include <string.h> 8 7 #include <linux/refcount.h> 8 +#include <linux/rbtree.h>9 +#include <linux/zalloc.h>9 10 #include "rwsem.h" 10 11 11 12 struct comm_str {