diff options
author | Ammar Askar <ammar@ammaraskar.com> | 2020-04-27 02:08:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 02:08:17 (GMT) |
commit | a494caa14bfa412af77792007c34274902fabb7b (patch) | |
tree | 1bf5dc9ee711a462a58fd24c51a8c8c545e3858d /PCbuild/pythoncore.vcxproj | |
parent | 88499f15f547ccf7b15d37b0eaf51cc40bad5c39 (diff) | |
download | cpython-a494caa14bfa412af77792007c34274902fabb7b.zip cpython-a494caa14bfa412af77792007c34274902fabb7b.tar.gz cpython-a494caa14bfa412af77792007c34274902fabb7b.tar.bz2 |
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 3484f44..d20e749 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -215,7 +215,6 @@ <ClInclude Include="..\Include\patchlevel.h" /> <ClInclude Include="..\Include\picklebufobject.h" /> <ClInclude Include="..\Include\pyhash.h" /> - <ClInclude Include="..\Include\pyhash.h" /> <ClInclude Include="..\Include\py_curses.h" /> <ClInclude Include="..\Include\pyarena.h" /> <ClInclude Include="..\Include\pycapsule.h" /> |