| Index: sky/engine/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/sky/engine/platform/transforms/TranslateTransformOperation.h b/sky/engine/platform/transforms/TranslateTransformOperation.h
|
| index b4f347c546ad7fc83c01553dd685d28347efcb43..1f1fd55d879e7ed6401785d7c302e2191b5ddf50 100644
|
| --- a/sky/engine/platform/transforms/TranslateTransformOperation.h
|
| +++ b/sky/engine/platform/transforms/TranslateTransformOperation.h
|
| @@ -25,9 +25,9 @@
|
| #ifndef TranslateTransformOperation_h
|
| #define TranslateTransformOperation_h
|
|
|
| -#include "platform/Length.h"
|
| -#include "platform/LengthFunctions.h"
|
| -#include "platform/transforms/TransformOperation.h"
|
| +#include "sky/engine/platform/Length.h"
|
| +#include "sky/engine/platform/LengthFunctions.h"
|
| +#include "sky/engine/platform/transforms/TransformOperation.h"
|
|
|
| namespace blink {
|
|
|
|
|