diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index ad53621..18e678d 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -42,12 +42,12 @@ #include "cli/cli-setshow.h" #include "target-descriptions.h" #include "gdb_bfd.h" -#include "filestuff.h" -#include "rsp-low.h" +#include "common/filestuff.h" +#include "common/rsp-low.h" #include "disasm.h" #include "location.h" -#include "gdb_sys_time.h" +#include "common/gdb_sys_time.h" #include "event-loop.h" #include "event-top.h" @@ -68,12 +68,12 @@ #include "tracepoint.h" #include "ax.h" #include "ax-gdb.h" -#include "agent.h" +#include "common/agent.h" #include "btrace.h" #include "record-btrace.h" #include <algorithm> #include "common/scoped_restore.h" -#include "environ.h" +#include "common/environ.h" #include "common/byte-vector.h" #include <unordered_map> |