[Python-checkins] bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)

Ammar Askar webhook-mailer at python.org
Sun Apr 26 22:08:24 EDT 2020


https://github.com/python/cpython/commit/a494caa14bfa412af77792007c34274902fabb7b
commit: a494caa14bfa412af77792007c34274902fabb7b
branch: master
author: Ammar Askar <ammar at ammaraskar.com>
committer: GitHub <noreply at github.com>
date: 2020-04-26T21:08:17-05:00
summary:

bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)

files:
M PCbuild/pythoncore.vcxproj

diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 3484f44e961ea..d20e749b051a5 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" />



More information about the Python-checkins mailing list