From d75b5104df76c05fc85594425d35c30959eec84d Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Sun, 15 Jul 2001 18:57:06 +0000 Subject: 2001-07-15 Elena Zannoni * top.c (readline_line_completion_function, noop_completer): Move from here... * completer.c (readline_line_completion_function, noop_completer): ...to here. * gdbcmd.h (readline_line_completion_function, noop_completer): Move declarations from here... * completer.h (readline_line_completion_function, noop_completer): ...to here. * corefile.c: Include completer.h. * source.c: Ditto. * symfile.c: Ditto. * Makefile.in: Update dependencies. --- gdb/symfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/symfile.c') diff --git a/gdb/symfile.c b/gdb/symfile.c index 4aa27bf..e20e6de 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -37,6 +37,7 @@ #include "inferior.h" /* for write_pc */ #include "gdb-stabs.h" #include "obstack.h" +#include "completer.h" #include #include -- cgit v1.1