diff options
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 3e3aec4..076d153 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1,5 +1,6 @@ /* GDB CLI commands. - Copyright 2000, 2001 Free Software Foundation, Inc. + + Copyright 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -25,9 +26,7 @@ #include "gdb_regex.h" /* Used by apropos_command */ #include "filenames.h" /* for DOSish file names */ -#ifdef UI_OUT #include "ui-out.h" -#endif #include "top.h" #include "cli/cli-decode.h" |