| Index: Source/core/rendering/style/StylePendingImage.h
|
| diff --git a/Source/core/rendering/style/StylePendingImage.h b/Source/core/rendering/style/StylePendingImage.h
|
| index f2506082d33276bcd528a6d13840319fea2b46f9..408dd2eb73c3d3d85420686b0d1b979a5e168cf0 100644
|
| --- a/Source/core/rendering/style/StylePendingImage.h
|
| +++ b/Source/core/rendering/style/StylePendingImage.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef StylePendingImage_h
|
| #define StylePendingImage_h
|
|
|
| -#include "CSSCursorImageValue.h"
|
| -#include "CSSImageGeneratorValue.h"
|
| +#include "core/css/CSSCursorImageValue.h"
|
| +#include "core/css/CSSImageGeneratorValue.h"
|
| #if ENABLE(CSS_IMAGE_SET)
|
| -#include "CSSImageSetValue.h"
|
| +#include "core/css/CSSImageSetValue.h"
|
| #endif
|
| -#include "CSSImageValue.h"
|
| +#include "core/css/CSSImageValue.h"
|
| #include "core/platform/graphics/Image.h"
|
| #include "core/rendering/style/StyleImage.h"
|
|
|
|
|