| Index: sky/engine/platform/DecimalTest.cpp
|
| diff --git a/sky/engine/platform/DecimalTest.cpp b/sky/engine/platform/DecimalTest.cpp
|
| index a3d0378cc44402d3de19929c423d226209566781..fb090f0ae4fc3e8078c6cf39269bb05ee4a57f95 100644
|
| --- a/sky/engine/platform/DecimalTest.cpp
|
| +++ b/sky/engine/platform/DecimalTest.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/Decimal.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/Decimal.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/CString.h"
|
| #include <float.h>
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|