Commit 08043330 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 8d0d129e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 {