diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 08fcb14cf637132ad8dd88240dcfec223ca560fa..4c9f0aa11f1fd81d9472e73f5b491ebaff056474 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h @@ -9,9 +9,6 @@ #include "symbol.h" #include #include -#ifdef HAVE_LIBUNWIND_SUPPORT -#include -#endif struct thread_stack; @@ -36,7 +33,7 @@ struct thread { void *priv; struct thread_stack *ts; #ifdef HAVE_LIBUNWIND_SUPPORT - unw_addr_space_t addr_space; + void *addr_space; #endif };