summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>2023-03-13 19:25:17 (GMT)
committerGitHub <noreply@github.com>2023-03-13 19:25:17 (GMT)
commit85ba8a3e03707092800cbf2a29d95e0b495e3cb7 (patch)
tree91ad01a94f5f553497843a8100ba2a54d7d8e757 /Mac
parent2d370da5702f07d044f0e612df68172852b89f42 (diff)
downloadcpython-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.c1
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>