| Index: Source/core/rendering/style/StyleImage.h
|
| diff --git a/Source/core/rendering/style/StyleImage.h b/Source/core/rendering/style/StyleImage.h
|
| index c302ebbec67f50df8afad6859ade08752167d8c0..bca329ac568ab7bc28ef3364d54ef27d4fa1b8f6 100644
|
| --- a/Source/core/rendering/style/StyleImage.h
|
| +++ b/Source/core/rendering/style/StyleImage.h
|
| @@ -25,9 +25,9 @@
|
| #define StyleImage_h
|
|
|
| #include "core/css/CSSValue.h"
|
| -#include "core/platform/graphics/Image.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| +#include "platform/graphics/Image.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|