diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:35:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:35:03 (GMT) |
commit | f6b8c350d39fea51de72047dccebe0c065690ba7 (patch) | |
tree | 8859e7428792c93bf16e1e6701701217bf127b1a | |
parent | 28ab634fa6e733bd01786ae90c3f8173bf1f8ad0 (diff) | |
parent | ae3869c71e001cd9bf4bdab38729c5538fa24639 (diff) | |
download | cpython-f6b8c350d39fea51de72047dccebe0c065690ba7.zip cpython-f6b8c350d39fea51de72047dccebe0c065690ba7.tar.gz cpython-f6b8c350d39fea51de72047dccebe0c065690ba7.tar.bz2 |
Merge heads
-rw-r--r-- | Modules/_decimal/libmpdec/vccompat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_decimal/libmpdec/vccompat.h b/Modules/_decimal/libmpdec/vccompat.h index f58e023..564eaa8 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 |