From fcd5c0f6268f88d12409e1974b54b60179b645f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 24 Jan 2017 11:56:12 -0800 Subject: [PATCH] Cleanup. --- include/bx/uint32_t.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/bx/uint32_t.h b/include/bx/uint32_t.h index 2736f6d..4764b7d 100644 --- a/include/bx/uint32_t.h +++ b/include/bx/uint32_t.h @@ -10,9 +10,6 @@ #if BX_COMPILER_MSVC # if BX_PLATFORM_WINDOWS || BX_PLATFORM_XBOXONE || BX_PLATFORM_WINRT -# include // math.h is included because VS bitches: - // warning C4985: 'ceil': attributes not present on previous declaration. - // must be included before intrin.h. # include # pragma intrinsic(_BitScanForward) # pragma intrinsic(_BitScanReverse)