summaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-value.c')
-rw-r--r--gdb/python/py-value.c17
1 files changed, 10 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>. */
#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