diff options
Diffstat (limited to 'gdb/mi/mi-cmd-stack.c')
-rw-r--r-- | gdb/mi/mi-cmd-stack.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 5e50428..cc26747 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -1,5 +1,5 @@ /* MI Command Set - stack commands. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. @@ -18,18 +18,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "event-top.h" -#include "target.h" #include "frame.h" #include "value.h" #include "mi-cmds.h" #include "ui-out.h" #include "symtab.h" #include "block.h" -#include "stack.h" #include "dictionary.h" #include "language.h" #include "valprint.h" -#include "utils.h" #include "mi-getopt.h" #include "extension.h" #include <ctype.h> @@ -37,7 +34,6 @@ #include <optional> #include "gdbsupport/gdb-safe-ctype.h" #include "inferior.h" -#include "observable.h" enum what_to_list { locals, arguments, all }; |