| Index: third_party/WebKit/Source/platform/LayoutUnit.h
|
| diff --git a/third_party/WebKit/Source/platform/LayoutUnit.h b/third_party/WebKit/Source/platform/LayoutUnit.h
|
| index 0f1d749f87d121b2ad60235a239f26f8eaeb99fd..44f967620ca20eec2f9563d320702c6aa948e05f 100644
|
| --- a/third_party/WebKit/Source/platform/LayoutUnit.h
|
| +++ b/third_party/WebKit/Source/platform/LayoutUnit.h
|
| @@ -31,17 +31,17 @@
|
| #ifndef LayoutUnit_h
|
| #define LayoutUnit_h
|
|
|
| +#include <limits.h>
|
| +#include <math.h>
|
| +#include <stdlib.h>
|
| +#include <algorithm>
|
| +#include <limits>
|
| #include "base/numerics/safe_conversions.h"
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/SaturatedArithmetic.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <algorithm>
|
| -#include <limits.h>
|
| -#include <limits>
|
| -#include <math.h>
|
| -#include <stdlib.h>
|
|
|
| namespace blink {
|
|
|
|
|