diff options
Diffstat (limited to 'gdb/gdb-demangle.c')
-rw-r--r-- | gdb/gdb-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb-demangle.c b/gdb/gdb-demangle.c index 4bcdd98..b2053b8 100644 --- a/gdb/gdb-demangle.c +++ b/gdb/gdb-demangle.c @@ -24,7 +24,7 @@ to a styles of demangling, and GDB specific. */ #include "defs.h" -#include "cli/cli-utils.h" /* for skip_to_space */ +#include "cli/cli-utils.h" #include "command.h" #include "gdbcmd.h" #include "demangle.h" |