diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 29f4696..8e5065a 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -24,11 +24,13 @@ to a styles of demangling, and GDB specific. */ #include "defs.h" -#include "cli/cli-utils.h" /* for skip_to_space */ + +/* Local non-gdb includes. */ +#include "cli/cli-utils.h" #include "command.h" -#include "gdbcmd.h" #include "demangle.h" #include "gdb-demangle.h" +#include "gdbcmd.h" #include "language.h" /* Select the default C++ demangling style to use. The default is "auto", |