diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 8e5065a..29f4696 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -24,13 +24,11 @@ to a styles of demangling, and GDB specific. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "cli/cli-utils.h" +#include "cli/cli-utils.h" /* for skip_to_space */ #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", |