summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmmar Askar <ammar@ammaraskar.com>2020-04-26 19:08:17 -0700
committerGitHub <noreply@github.com>2020-04-26 21:08:17 -0500
commita494caa14bfa412af77792007c34274902fabb7b (patch)
tree1bf5dc9ee711a462a58fd24c51a8c8c545e3858d
parent88499f15f547ccf7b15d37b0eaf51cc40bad5c39 (diff)
downloadcpython-git-a494caa14bfa412af77792007c34274902fabb7b.tar.gz
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 3484f44e96..d20e749b05 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" />