diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-20 02:34:35 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-24 18:43:35 +0200 |
commit | e7ff8920e62f0188e77b1dc5dc5d9a7322c342d7 (patch) | |
tree | 92046f32304382568f4cbcea11629bdc0e3242d7 /tools/perf/arch/arm/util/unwind-libdw.c | |
parent | perf tools: Add the right header to obtain PERF_ALIGN() (diff) | |
download | linux-e7ff8920e62f0188e77b1dc5dc5d9a7322c342d7.tar.xz linux-e7ff8920e62f0188e77b1dc5dc5d9a7322c342d7.zip |
perf tools: Use just forward declarations for struct thread where possible
Removing various instances of unnecessary includes, reducing the maze of
header dependencies.
Link: http://lkml.kernel.org/n/tip-hwu6eyuok9pc57alookyzmsf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/arch/arm/util/unwind-libdw.c')
-rw-r--r-- | tools/perf/arch/arm/util/unwind-libdw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/arch/arm/util/unwind-libdw.c b/tools/perf/arch/arm/util/unwind-libdw.c index b4176c60117a..bacfa00fca39 100644 --- a/tools/perf/arch/arm/util/unwind-libdw.c +++ b/tools/perf/arch/arm/util/unwind-libdw.c @@ -1,6 +1,7 @@ #include <elfutils/libdwfl.h> #include "../../util/unwind-libdw.h" #include "../../util/perf_regs.h" +#include "../../util/event.h" bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) { |