diff options
Diffstat (limited to 'gdb/btrace.h')
-rw-r--r-- | gdb/btrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/btrace.h b/gdb/btrace.h index 0d53cb7..994af4c 100644 --- a/gdb/btrace.h +++ b/gdb/btrace.h @@ -27,7 +27,7 @@ list of sequential control-flow blocks, one such list per thread. */ #include "gdbsupport/btrace-common.h" -#include "target/waitstatus.h" /* For enum target_stop_reason. */ +#include "target/waitstatus.h" #include "gdbsupport/enum-flags.h" #if defined (HAVE_LIBIPT) |