From 6970667963f7f4df0fb185f7840ce8117ad44c4b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 5 Nov 2013 09:48:26 -0700 Subject: use gdb_string.h in m32c-tdep.c m32c-tdep.c is the last user of HAVE_STRING_H in gdb proper. It really ought to be using gdb_string.h instead, as the rest of gdb does. 2013-11-08 Tom Tromey * m32c-tdep.c: Use gdb_string.h. --- gdb/m32c-tdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/m32c-tdep.c') diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c index a147c94..1b0eba5 100644 --- a/gdb/m32c-tdep.c +++ b/gdb/m32c-tdep.c @@ -21,10 +21,7 @@ #include -#if defined (HAVE_STRING_H) -#include -#endif - +#include "gdb_string.h" #include "gdb_assert.h" #include "elf-bfd.h" #include "elf/m32c.h" -- cgit v1.1