diff options
Diffstat (limited to 'gdb/gdbserver/gdbreplay.c')
-rw-r--r-- | gdb/gdbserver/gdbreplay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c index 7596122fb93..26a55533ff6 100644 --- a/gdb/gdbserver/gdbreplay.c +++ b/gdb/gdbserver/gdbreplay.c @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" -#include "version.h" +#include "common/common-defs.h" +#include "common/version.h" #if HAVE_SYS_FILE_H #include <sys/file.h> @@ -49,7 +49,7 @@ #include <wspiapi.h> #endif -#include "netstuff.h" +#include "common/netstuff.h" #ifndef HAVE_SOCKLEN_T typedef int socklen_t; |