mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <acme@redhat.com>
This commit is contained in:
parent
8d0d129e94
commit
0804333016
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue