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-value.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'gdb/python/py-value.c') diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c index dd6a536b6ad..39e40daea2b 100644 --- a/gdb/python/py-value.c +++ b/gdb/python/py-value.c @@ -18,17 +18,20 @@ along with this program. If not, see . */ #include "defs.h" + +/* Local non-gdb includes. */ +#include "python-internal.h" +#include "python.h" + +/* Local includes. */ #include "charset.h" -#include "value.h" +#include "cp-abi.h" +#include "expression.h" +#include "infcall.h" #include "language.h" #include "target-float.h" #include "valprint.h" -#include "infcall.h" -#include "expression.h" -#include "cp-abi.h" -#include "python.h" - -#include "python-internal.h" +#include "value.h" /* Even though Python scalar types directly map to host types, we use target types here to remain consistent with the values system in -- cgit v1.2.1