From: Benjamin Peterson Date: Tue, 6 Sep 2016 19:07:53 +0000 (-0700) Subject: do not need vcstdint.h anymore X-Git-Tag: v3.6.0b1~417^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae3869c71e001cd9bf4bdab38729c5538fa24639;p=thirdparty%2FPython%2Fcpython.git do not need vcstdint.h anymore --- diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h index f58e023c628b..564eaa8140d2 100644 --- a/Modules/_decimal/libmpdec/vccompat.h +++ b/Modules/_decimal/libmpdec/vccompat.h @@ -32,7 +32,6 @@ /* Visual C fixes: no stdint.h, no snprintf ... */ #ifdef _MSC_VER - #include "vcstdint.h" #undef inline #define inline __inline #undef random