summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Include/Python.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Include/Python.h')
-rw-r--r--contrib/tools/python3/src/Include/Python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Include/Python.h b/contrib/tools/python3/src/Include/Python.h
index 1c3399f6072..7f7ed5981c5 100644
--- a/contrib/tools/python3/src/Include/Python.h
+++ b/contrib/tools/python3/src/Include/Python.h
@@ -116,7 +116,7 @@
#include "sliceobject.h"
#include "cellobject.h"
#include "iterobject.h"
-#include <contrib/tools/python3/src/Include/cpython/initconfig.h>
+#include "cpython/initconfig.h"
#include "genobject.h"
#include "descrobject.h"
#include "genericaliasobject.h"