diff options
Diffstat (limited to 'gdb/break-catch-throw.c')
-rw-r--r-- | gdb/break-catch-throw.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/break-catch-throw.c b/gdb/break-catch-throw.c index 41213e4..6da38eb 100644 --- a/gdb/break-catch-throw.c +++ b/gdb/break-catch-throw.c @@ -25,12 +25,8 @@ #include "annotate.h" #include "valprint.h" #include "cli/cli-utils.h" -#include "completer.h" -#include "gdbsupport/gdb_obstack.h" #include "mi/mi-common.h" -#include "linespec.h" #include "probe.h" -#include "objfiles.h" #include "cp-abi.h" #include "gdbsupport/gdb_regex.h" #include "cp-support.h" @@ -499,9 +495,7 @@ static const struct internalvar_funcs exception_funcs = -void _initialize_break_catch_throw (); -void -_initialize_break_catch_throw () +INIT_GDB_FILE (break_catch_throw) { /* Add catch and tcatch sub-commands. */ add_catch_command ("catch", _("\ |