| Index: sky/engine/platform/graphics/Gradient.h
|
| diff --git a/sky/engine/platform/graphics/Gradient.h b/sky/engine/platform/graphics/Gradient.h
|
| index c3d766334b916c88554b02fd48bab0d8ff2eb43b..142df4c5814f78ac22817347b58be891ffa9147d 100644
|
| --- a/sky/engine/platform/graphics/Gradient.h
|
| +++ b/sky/engine/platform/graphics/Gradient.h
|
| @@ -29,15 +29,15 @@
|
| #ifndef Gradient_h
|
| #define Gradient_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/graphics/Color.h"
|
| -#include "platform/graphics/GraphicsTypes.h"
|
| -#include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes.h"
|
| +#include "sky/engine/platform/transforms/AffineTransform.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| class SkShader;
|
|
|
|
|