summaryrefslogtreecommitdiff
path: root/tools/perf/util/unwind-libdw.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/unwind-libdw.h')
-rw-r--r--tools/perf/util/unwind-libdw.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/perf/util/unwind-libdw.h b/tools/perf/util/unwind-libdw.h
index 58328669ed16..4a2b269a7b3b 100644
--- a/tools/perf/util/unwind-libdw.h
+++ b/tools/perf/util/unwind-libdw.h
@@ -2,10 +2,12 @@
#define __PERF_UNWIND_LIBDW_H
#include <elfutils/libdwfl.h>
-#include "event.h"
-#include "thread.h"
#include "unwind.h"
+struct machine;
+struct perf_sample;
+struct thread;
+
bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg);
struct unwind_info {