From: Arnaldo Carvalho de Melo Date: Wed, 26 Oct 2022 20:02:23 +0000 (-0300) Subject: perf branch: Remove some needless headers, add a needed one X-Git-Tag: v6.2-rc1~64^2~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08043330167f1e21abe60ff7e124ed87d4fd029d;p=thirdparty%2Fkernel%2Flinux.git perf branch: Remove some needless headers, add a needed one map_symbol.h is needed because we have structs that contains 'struct addr_map_symbol', so add it, remove the others. Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/branch.h b/tools/perf/util/branch.h index f838b23db1804..94f36a187fe73 100644 --- a/tools/perf/util/branch.h +++ b/tools/perf/util/branch.h @@ -7,11 +7,9 @@ * detected in at least musl libc, used in Alpine Linux. -acme */ #include -#include -#include -#include #include #include +#include "util/map_symbol.h" #include "event.h" struct branch_flags {