summaryrefslogtreecommitdiff
path: root/gdb/demangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r--gdb/demangle.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c
index 29f46968a29..aae578120f9 100644
--- a/gdb/demangle.c
+++ b/gdb/demangle.c
@@ -24,11 +24,17 @@
to a styles of demangling, and GDB specific. */
#include "defs.h"
-#include "cli/cli-utils.h" /* for skip_to_space */
-#include "command.h"
-#include "gdbcmd.h"
+
+/* Local non-gdb includes. */
#include "demangle.h"
+
+/* Local subdirectory includes. */
+#include "cli/cli-utils.h"
+
+/* Local includes. */
+#include "command.h"
#include "gdb-demangle.h"
+#include "gdbcmd.h"
#include "language.h"
/* Select the default C++ demangling style to use. The default is "auto",