diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-28 18:04:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-28 18:04:37 +0000 |
commit | 26fb7d03dbf04e704acfc65909163bcf6caf0aa5 (patch) | |
tree | 536bfbafe84f72247ccc5c9f179cdeb101c85477 /gdb/tracepoint.c | |
parent | ff9f9721f5723fe6e8e19ed708aff1eccf4a0c27 (diff) | |
download | gdb-26fb7d03dbf04e704acfc65909163bcf6caf0aa5.tar.gz |
2004-02-28 Andrew Cagney <cagney@redhat.com>
* utils.c: Use "", instead of <>, to include readline.
tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
* tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
* source.c, solib.c, exec.c, event-top.c: Ditto.
* corelow.c, completer.c, cli/cli-setshow.c: Ditto.
* cli/cli-dump.c, cli/cli-cmds.c: Ditto.
* Makefile.in: Update all dependencies.
(readline_tilde_h, readline_history_h): Define.
(readline_headers): Delete.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 713bf14f2cc..39c6877c2a8 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -44,8 +44,8 @@ #include "ax-gdb.h" /* readline include files */ -#include <readline/readline.h> -#include <readline/history.h> +#include "readline/readline.h" +#include "readline/history.h" /* readline defines this. */ #undef savestring |