diff options
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index be2ac82..91caa2b 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -22,16 +22,16 @@ #include "defs.h" #include "gdbcmd.h" #include "remote.h" -#include "gdb_wait.h" +#include "common/gdb_wait.h" #include <sys/stat.h> #include "remote-fileio.h" #include "event-loop.h" #include "target.h" #include "filenames.h" -#include "filestuff.h" +#include "common/filestuff.h" #include <fcntl.h> -#include "gdb_sys_time.h" +#include "common/gdb_sys_time.h" #ifdef __CYGWIN__ #include <sys/cygwin.h> /* For cygwin_conv_path. */ #endif |