bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
This commit is contained in:
parent
88499f15f5
commit
a494caa14b
|
@ -215,7 +215,6 @@
|
||||||
<ClInclude Include="..\Include\patchlevel.h" />
|
<ClInclude Include="..\Include\patchlevel.h" />
|
||||||
<ClInclude Include="..\Include\picklebufobject.h" />
|
<ClInclude Include="..\Include\picklebufobject.h" />
|
||||||
<ClInclude Include="..\Include\pyhash.h" />
|
<ClInclude Include="..\Include\pyhash.h" />
|
||||||
<ClInclude Include="..\Include\pyhash.h" />
|
|
||||||
<ClInclude Include="..\Include\py_curses.h" />
|
<ClInclude Include="..\Include\py_curses.h" />
|
||||||
<ClInclude Include="..\Include\pyarena.h" />
|
<ClInclude Include="..\Include\pyarena.h" />
|
||||||
<ClInclude Include="..\Include\pycapsule.h" />
|
<ClInclude Include="..\Include\pycapsule.h" />
|
||||||
|
|
Loading…
Reference in New Issue