kernel/tools/perf/arch/common.h
.. .. @@ -2,7 +2,9 @@ 2 2 #ifndef ARCH_PERF_COMMON_H 3 3 #define ARCH_PERF_COMMON_H 4 4 5 -#include "../util/env.h"5 +#include <stdbool.h>6 +7 +struct perf_env;6 8 7 9 int perf_env__lookup_objdump(struct perf_env *env, const char **path); 8 10 bool perf_env__single_address_space(struct perf_env *env);