diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-08 17:51:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 17:51:06 (GMT) |
commit | ecdd28c8ffec26758cee83006284836a44689985 (patch) | |
tree | 46cad88940be94f95df8e930902785feeb0e4c43 /PCbuild/_decimal.vcxproj | |
parent | 817506432dd1908cd154500ef18dc276b8dd7071 (diff) | |
download | cpython-ecdd28c8ffec26758cee83006284836a44689985.zip cpython-ecdd28c8ffec26758cee83006284836a44689985.tar.gz cpython-ecdd28c8ffec26758cee83006284836a44689985.tar.bz2 |
Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730)
(cherry picked from commit 0c59f440f4c9dca658e6b18db14b67b750e25a87)
Authored-by: Stefan Krah <skrah@bytereef.org>
Diffstat (limited to 'PCbuild/_decimal.vcxproj')
-rw-r--r-- | PCbuild/_decimal.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/_decimal.vcxproj b/PCbuild/_decimal.vcxproj index f0f387f..4c71cdb 100644 --- a/PCbuild/_decimal.vcxproj +++ b/PCbuild/_decimal.vcxproj @@ -118,7 +118,6 @@ <ClInclude Include="..\Modules\_decimal\libmpdec\typearith.h" /> <ClInclude Include="..\Modules\_decimal\libmpdec\umodarith.h" /> <ClInclude Include="..\Modules\_decimal\libmpdec\vccompat.h" /> - <ClInclude Include="..\Modules\_decimal\libmpdec\vcstdint.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\Modules\_decimal\_decimal.c" /> |