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 | dbda99720190c7dbd8ac8b2bcf2014b87ef4b628 (patch) | |
tree | e98943530ee74998695f37f6f9add4b6eb8b572c /gdb/symmisc.c | |
parent | 91ae43031c203a707832d2e7b9cf3b6173c20ddc (diff) | |
download | gdb-dbda99720190c7dbd8ac8b2bcf2014b87ef4b628.zip gdb-dbda99720190c7dbd8ac8b2bcf2014b87ef4b628.tar.gz gdb-dbda99720190c7dbd8ac8b2bcf2014b87ef4b628.tar.bz2 |
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/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index f6d31f9..c17bda4 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -37,7 +37,7 @@ #include "dictionary.h" #include "gdb_string.h" -#include <readline/readline.h> +#include "readline/readline.h" #ifndef DEV_TTY #define DEV_TTY "/dev/tty" |