summaryrefslogtreecommitdiff
path: root/Python/preconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/preconfig.c')
-rw-r--r--Python/preconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/preconfig.c b/Python/preconfig.c
index 1cbfccfe69..262738fa57 100644
--- a/Python/preconfig.c
+++ b/Python/preconfig.c
@@ -1,6 +1,6 @@
#include "Python.h"
-#include "pycore_getopt.h"
-#include "pycore_initconfig.h"
+#include "pycore_getopt.h" // _PyOS_GetOpt()
+#include "pycore_initconfig.h" // _PyArgv
#include "pycore_pymem.h" // _PyMem_GetAllocatorName()
#include "pycore_runtime.h" // _PyRuntime_Initialize()
#include <locale.h> // setlocale()