| Index: Source/core/platform/graphics/GradientGeneratedImage.h
|
| diff --git a/Source/core/platform/graphics/GradientGeneratedImage.h b/Source/core/platform/graphics/GradientGeneratedImage.h
|
| index 0129bf8158108c6d188f33f986ebaa8ecb6b74dc..2d8a298ef98f931d80542555f3cb8c5eb51d6883 100644
|
| --- a/Source/core/platform/graphics/GradientGeneratedImage.h
|
| +++ b/Source/core/platform/graphics/GradientGeneratedImage.h
|
| @@ -27,10 +27,10 @@
|
| #define GradientGeneratedImage_h
|
|
|
| #include "core/platform/graphics/GeneratedImage.h"
|
| -#include "core/platform/graphics/Gradient.h"
|
| -#include "core/platform/graphics/Image.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| #include "platform/geometry/IntSize.h"
|
| +#include "platform/graphics/Gradient.h"
|
| +#include "platform/graphics/Image.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|