summaryrefslogtreecommitdiff
path: root/gdb/demangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r--gdb/demangle.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c
index 8e5065a27b0..29f46968a29 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",