From e7b1239280357fdffd1d0f391a14f77835bcec71 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 29 Nov 2013 20:25:18 -0200 Subject: [PATCH] Remove gdb_string.h from gdbarch.sh This commit removes the "#include gdb_string.h" from gdbarch.sh, fixing a small nit caused by Tom's commit 0e9f083f4cb94a9dc861f38ba151aac06efce2b8. Checked-in as obvious. 2013-11-29 Sergio Durigan Junior * gdbarch.sh: Remove include of "gdb_string.h", replace by . --- gdb/ChangeLog | 5 +++++ gdb/gdbarch.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a9cce51ecb..621e54d591c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-11-29 Sergio Durigan Junior + + * gdbarch.sh: Remove include of "gdb_string.h", replace by + . + 2013-11-29 Doug Evans * python/py-auto-load.c (source_section_scripts): Move comment to diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 644718d5b4e..a678a781e45 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1438,7 +1438,7 @@ cat < #include "reggroups.h" #include "osabi.h" #include "gdb_obstack.h" -- 2.30.2