aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/tracepoint.c7
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 12998aa..6c4208f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-13 Tom Tromey <tromey@adacore.com>
+
+ * tracepoint.c: Don't include readline.h or history.h.
+
2019-08-12 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c
index ed1d75e..2d5b9c7 100644
--- a/gdb/tracepoint.c
+++ b/gdb/tracepoint.c
@@ -58,13 +58,6 @@
#include "location.h"
#include <algorithm>
-/* readline include files */
-#include "readline/readline.h"
-#include "readline/history.h"
-
-/* readline defines this. */
-#undef savestring
-
#include <unistd.h>
/* Maximum length of an agent aexpression.