Browse Source

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

pull/19732/head
Ammar Askar 6 years ago
committed by GitHub
parent
commit
a494caa14b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      PCbuild/pythoncore.vcxproj

1
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" />

Loading…
Cancel
Save