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-param.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'gdb/python/py-param.c') diff --git a/gdb/python/py-param.c b/gdb/python/py-param.c index 3b79a5c4fd7..7bca8d306a0 100644 --- a/gdb/python/py-param.c +++ b/gdb/python/py-param.c @@ -19,14 +19,20 @@ #include "defs.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 "arch-utils.h" +#include "value.h" /* Parameter constants and their values. */ struct parm_constant -- cgit v1.2.1