diff options
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index 48de207..f5977ec 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -1,6 +1,6 @@ /* Support for GDB maintenance commands. - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 1992-2025 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. @@ -28,8 +28,6 @@ #include "symtab.h" #include "block.h" #include "gdbtypes.h" -#include "demangle.h" -#include "gdbcore.h" #include "expression.h" #include "language.h" #include "symfile.h" |