| Index: sky/engine/platform/DateComponents.cpp
|
| diff --git a/sky/engine/platform/DateComponents.cpp b/sky/engine/platform/DateComponents.cpp
|
| index 0771bf00239e83b57dfbe575be969965b5d34a9f..d3359092e24c3bc08a25c2062234a786fa8b057d 100644
|
| --- a/sky/engine/platform/DateComponents.cpp
|
| +++ b/sky/engine/platform/DateComponents.cpp
|
| @@ -28,14 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/DateComponents.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/DateComponents.h"
|
|
|
| #include <limits.h>
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/DateMath.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/ASCIICType.h"
|
| +#include "sky/engine/wtf/DateMath.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|