From: Tom Tromey Date: Mon, 12 Aug 2019 18:06:20 +0000 (-0600) Subject: Don't include readline headers from tracepoint.c X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=29c9291108487e1dd9bc5677dafee58ea2068f77;p=deliverable%2Fbinutils-gdb.git Don't include readline headers from tracepoint.c I was curious why updating readline caused so much to be to rebuilt, so I look at all the uses of the readline headers. Most are included for valid reasons (either readline directory or for tilde_expand); but the includes in tracepoint.c didn't seem to be used. This patch removes them. Tested by rebuilding. gdb/ChangeLog 2019-08-13 Tom Tromey * tracepoint.c: Don't include readline.h or history.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 12998aa2b1..6c4208f758 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-08-13 Tom Tromey + + * tracepoint.c: Don't include readline.h or history.h. + 2019-08-12 Tom Tromey * configure: Rebuild. diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index ed1d75e170..2d5b9c705e 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -58,13 +58,6 @@ #include "location.h" #include -/* readline include files */ -#include "readline/readline.h" -#include "readline/history.h" - -/* readline defines this. */ -#undef savestring - #include /* Maximum length of an agent aexpression.