diff options
-rw-r--r-- | tools/perf/util/branch.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/util/branch.h b/tools/perf/util/branch.h index f838b23db180..94f36a187fe7 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 <stdio.h> -#include <stdint.h> -#include <linux/compiler.h> -#include <linux/stddef.h> #include <linux/perf_event.h> #include <linux/types.h> +#include "util/map_symbol.h" #include "event.h" struct branch_flags { |