summaryrefslogtreecommitdiffstats
path: root/PC/getpathp.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-13 13:03:35 (GMT)
committerGitHub <noreply@github.com>2021-10-13 13:03:35 (GMT)
commit97308dfcdc0696e0b116c37386e2ff4d72e6c3f4 (patch)
treea827f813979840eb28c66d5b74ab6f653fe51207 /PC/getpathp.c
parent7cdc2a0f4b785327ad9d55312409a06e554df3d5 (diff)
downloadcpython-97308dfcdc0696e0b116c37386e2ff4d72e6c3f4.zip
cpython-97308dfcdc0696e0b116c37386e2ff4d72e6c3f4.tar.gz
cpython-97308dfcdc0696e0b116c37386e2ff4d72e6c3f4.tar.bz2
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Diffstat (limited to 'PC/getpathp.c')
-rw-r--r--PC/getpathp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c
index 79569bb..549353d 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -80,9 +80,9 @@
#include "Python.h"
+#include "pycore_fileutils.h" // _Py_add_relfile()
#include "pycore_initconfig.h" // PyStatus
#include "pycore_pathconfig.h" // _PyPathConfig
-#include "pycore_fileutils.h" // _Py_add_relfile()
#include "osdefs.h" // SEP, ALTSEP
#include <wchar.h>