| Index: Source/core/platform/graphics/Gradient.h
|
| diff --git a/Source/core/platform/graphics/Gradient.h b/Source/core/platform/graphics/Gradient.h
|
| index 3c4d7d0a311973ef8df791618e0ccb638ae91a83..3021d89758f2a812edd2410ec382cf3ba216abbd 100644
|
| --- a/Source/core/platform/graphics/Gradient.h
|
| +++ b/Source/core/platform/graphics/Gradient.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef Gradient_h
|
| #define Gradient_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/GraphicsTypes.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|