| Index: Source/wtf/dtoa.cpp
|
| diff --git a/Source/wtf/dtoa.cpp b/Source/wtf/dtoa.cpp
|
| index 7de4172c4bb1b9572e8916b7897e4d84f677a245..2949961888f20d0ff56f69f52dd82f30ffb8fd0d 100644
|
| --- a/Source/wtf/dtoa.cpp
|
| +++ b/Source/wtf/dtoa.cpp
|
| @@ -35,10 +35,11 @@
|
| #include "config.h"
|
| #include "dtoa.h"
|
|
|
| +#include "wtf/CPU.h"
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/Vector.h"
|
| #include <stdio.h>
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/Threading.h>
|
| -#include <wtf/Vector.h>
|
|
|
| #if COMPILER(MSVC)
|
| #pragma warning(disable: 4244)
|
|
|