From 268f4c4cd7b229f7f23ebbf6006973ebe0a05888 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 30 Mar 2019 11:29:17 -0600 Subject: the patch --- gdb/python/py-cmd.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'gdb/python/py-cmd.c') diff --git a/gdb/python/py-cmd.c b/gdb/python/py-cmd.c index 1677c3dcec9..d10165669d1 100644 --- a/gdb/python/py-cmd.c +++ b/gdb/python/py-cmd.c @@ -19,14 +19,20 @@ #include "defs.h" -#include "arch-utils.h" -#include "value.h" + +/* Local non-gdb includes. */ #include "python-internal.h" -#include "charset.h" -#include "gdbcmd.h" + +/* Local subdirectory includes. */ #include "cli/cli-decode.h" + +/* Local includes. */ +#include "arch-utils.h" +#include "charset.h" #include "completer.h" +#include "gdbcmd.h" #include "language.h" +#include "value.h" /* Struct representing built-in completion types. */ struct cmdpy_completer -- cgit v1.2.1