aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/gdbreplay.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-06 07:17:47 -0700
committerTom Tromey <tromey@redhat.com>2013-11-18 13:29:01 -0700
commita3d08894e544f6b9e65581469cbbafbe39a353fe (patch)
tree11f5b4577b452a1c0c1512012f9b119650c7f07e /gdb/gdbserver/gdbreplay.c
parent0e9f083f4cb94a9dc861f38ba151aac06efce2b8 (diff)
downloadgdb-a3d08894e544f6b9e65581469cbbafbe39a353fe.zip
gdb-a3d08894e544f6b9e65581469cbbafbe39a353fe.tar.gz
gdb-a3d08894e544f6b9e65581469cbbafbe39a353fe.tar.bz2
don't check for string.h or strings.h
Now that we are using the gnulib string.h module, we don't need to check for string.h or strings.h. This removes the last few checks from the source and from the configure scripts. 2013-11-18 Tom Tromey <tromey@redhat.com> * configure: Rebuild. * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or strings.h. 2013-11-18 Tom Tromey <tromey@redhat.com> * server.h: Don't check HAVE_STRING_H. * gdbreplay.c: Don't check HAVE_STRING_H. * configure: Rebuild.
Diffstat (limited to 'gdb/gdbserver/gdbreplay.c')
-rw-r--r--gdb/gdbserver/gdbreplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c
index 5e64f6d..1f823e0 100644
--- a/gdb/gdbserver/gdbreplay.c
+++ b/gdb/gdbserver/gdbreplay.c
@@ -38,9 +38,7 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#ifdef HAVE_STRING_H
#include <string.h>
-#endif
#include <unistd.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>