kernel/tools/perf/util/comm.h
.. .. @@ -2,9 +2,9 @@ 2 2 #ifndef __PERF_COMM_H 3 3 #define __PERF_COMM_H 4 4 5 -#include "../perf.h"6 -#include <linux/rbtree.h>7 5 #include <linux/list.h> 6 +#include <linux/types.h>7 +#include <stdbool.h>8 8 9 9 struct comm_str; 10 10