mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Remove duplicate include directives from multiple source files
This commit is contained in:
parent
2d370da570
commit
85ba8a3e03
5 changed files with 2 additions and 8 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include "pycore_initconfig.h" // _PyConfig_InitCompatConfig()
|
||||
#include "pycore_runtime.h" // _PyRuntime
|
||||
#include "pycore_import.h" // _PyImport_FrozenBootstrap
|
||||
#include <Python.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // putenv()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue