Don't include readline headers from tracepoint.c
authorTom Tromey <tromey@adacore.com>
Mon, 12 Aug 2019 18:06:20 +0000 (12:06 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 13 Aug 2019 18:28:38 +0000 (12:28 -0600)
commit29c9291108487e1dd9bc5677dafee58ea2068f77
treeeda2312d2fb19b471f38be3e671613fdfeaa322d
parentabc6c00fb6cbb199348ec5f0bf4d969ed48bdfad
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  <tromey@adacore.com>

* tracepoint.c: Don't include readline.h or history.h.
gdb/ChangeLog
gdb/tracepoint.c
This page took 0.025989 seconds and 4 git commands to generate.