| Index: sky/engine/platform/Timer.cpp
|
| diff --git a/sky/engine/platform/Timer.cpp b/sky/engine/platform/Timer.cpp
|
| index 1708e0da53c03f45494b68015eb2c2ef4a82b3ae..dceeae53f0f7260ffe29ae1075cf9ac438d71c25 100644
|
| --- a/sky/engine/platform/Timer.cpp
|
| +++ b/sky/engine/platform/Timer.cpp
|
| @@ -24,16 +24,16 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/Timer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/Timer.h"
|
|
|
| -#include "platform/PlatformThreadData.h"
|
| -#include "platform/ThreadTimers.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/HashSet.h"
|
| #include <limits.h>
|
| #include <math.h>
|
| #include <limits>
|
| +#include "sky/engine/platform/PlatformThreadData.h"
|
| +#include "sky/engine/platform/ThreadTimers.h"
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|