michael@0: diff --git a/mfbt/double-conversion/utils.h b/mfbt/double-conversion/utils.h michael@0: index cd3e330..bdc7d4b 100644 michael@0: --- a/mfbt/double-conversion/utils.h michael@0: +++ b/mfbt/double-conversion/utils.h michael@0: @@ -74,23 +74,7 @@ michael@0: #endif michael@0: michael@0: michael@0: -#if defined(_WIN32) && !defined(__MINGW32__) michael@0: - michael@0: -typedef signed char int8_t; michael@0: -typedef unsigned char uint8_t; michael@0: -typedef short int16_t; // NOLINT michael@0: -typedef unsigned short uint16_t; // NOLINT michael@0: -typedef int int32_t; michael@0: -typedef unsigned int uint32_t; michael@0: -typedef __int64 int64_t; michael@0: -typedef unsigned __int64 uint64_t; michael@0: -// intptr_t and friends are defined in crtdefs.h through stdio.h. michael@0: - michael@0: -#else michael@0: - michael@0: -#include michael@0: - michael@0: -#endif michael@0: +#include michael@0: michael@0: // The following macro works on both 32 and 64-bit platforms. michael@0: // Usage: instead of writing 0x1234567890123456