From ca7b0bbcfaa938faffc6cfe2ece880b5d0fecdf2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 18 Dec 2012 19:26:29 +0000 Subject: * Makefile.in (init.c): Declare initialize_all_files; don't include call-cmds.h. * call-cmds.h: Remove. * symtab.c: Don't include call-cmds.h. * top.c: Don't include call-cmds.h. Declare initialize_all_files. --- gdb/top.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index f3561e5..bdd625c 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -19,7 +19,6 @@ #include "defs.h" #include "gdbcmd.h" -#include "call-cmds.h" #include "cli/cli-cmds.h" #include "cli/cli-script.h" #include "cli/cli-setshow.h" @@ -65,6 +64,8 @@ #include "ui-out.h" #include "cli-out.h" +extern void initialize_all_files (void); + #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt #define PREFIX(X) the_prompts.prompt_stack[the_prompts.top + X].prefix #define SUFFIX(X) the_prompts.prompt_stack[the_prompts.top + X].suffix -- cgit v1.1