diff options
author | chgnrdv <52372310+chgnrdv@users.noreply.github.com> | 2023-03-13 19:25:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 19:25:17 (GMT) |
commit | 85ba8a3e03707092800cbf2a29d95e0b495e3cb7 (patch) | |
tree | 91ad01a94f5f553497843a8100ba2a54d7d8e757 /Programs/_testembed.c | |
parent | 2d370da5702f07d044f0e612df68172852b89f42 (diff) | |
download | cpython-85ba8a3e03707092800cbf2a29d95e0b495e3cb7.zip cpython-85ba8a3e03707092800cbf2a29d95e0b495e3cb7.tar.gz cpython-85ba8a3e03707092800cbf2a29d95e0b495e3cb7.tar.bz2 |
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Remove duplicate include directives from multiple source files
Diffstat (limited to 'Programs/_testembed.c')
-rw-r--r-- | Programs/_testembed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c index a6ce3f7..0071711 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -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() |