kernel/tools/perf/util/block-range.h
.. .. @@ -2,7 +2,11 @@ 2 2 #ifndef __PERF_BLOCK_RANGE_H 3 3 #define __PERF_BLOCK_RANGE_H 4 4 5 -#include "symbol.h"5 +#include <stdbool.h>6 +#include <linux/rbtree.h>7 +#include <linux/types.h>8 +9 +struct symbol;6 10 7 11 /* 8 12 * struct block_range - non-overlapping parts of basic blocks