Index: Source/wtf/MathExtras.h |
diff --git a/Source/wtf/MathExtras.h b/Source/wtf/MathExtras.h |
index 087c235aba046f002ef2c740d2f8e46c91a718cc..7144e9ff77132e4b801ec759100b156d8748c4de 100644 |
--- a/Source/wtf/MathExtras.h |
+++ b/Source/wtf/MathExtras.h |
@@ -28,9 +28,8 @@ |
#include "wtf/Assertions.h" |
#include "wtf/CPU.h" |
-#include <algorithm> |
-#include <cmath> |
-#include <limits> |
+#include <cmath> // For std::isinf and std::isnan |
Nico
2015/04/16 21:16:56
remove comment
|
+#include <limits> // For std::numeric_limits |
Nico
2015/04/16 21:16:56
remove comment
|
#if COMPILER(MSVC) |
#include <stdint.h> |