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 /Mac | |
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 'Mac')
-rw-r--r-- | Mac/Tools/pythonw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Tools/pythonw.c b/Mac/Tools/pythonw.c index 78813e8..9dfb77f 100644 --- a/Mac/Tools/pythonw.c +++ b/Mac/Tools/pythonw.c @@ -27,7 +27,6 @@ #include <err.h> #include <dlfcn.h> #include <stdlib.h> -#include <Python.h> #include <mach-o/dyld.h> |