diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index ffd4bf5..04230d3 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -27,12 +27,12 @@ struct symtab; #include "frame.h" #include "ui-out.h" #include "btrace.h" -#include "common/vec.h" +#include "gdbsupport/vec.h" #include "target/waitstatus.h" #include "cli/cli-utils.h" -#include "common/refcounted-object.h" -#include "common/common-gdbthread.h" -#include "common/forward-scope-exit.h" +#include "gdbsupport/refcounted-object.h" +#include "gdbsupport/common-gdbthread.h" +#include "gdbsupport/forward-scope-exit.h" struct inferior; |