Index: Source/core/css/CSSCursorImageValue.cpp |
diff --git a/Source/core/css/CSSCursorImageValue.cpp b/Source/core/css/CSSCursorImageValue.cpp |
index e75f6e83ff8a088c70be72167c4e6a9cd118973a..fb81043fb58497fd0177571aa9f553ebdb00d8ca 100644 |
--- a/Source/core/css/CSSCursorImageValue.cpp |
+++ b/Source/core/css/CSSCursorImageValue.cpp |
@@ -25,10 +25,10 @@ |
#include "core/SVGNames.h" |
#include "core/css/CSSImageSetValue.h" |
#include "core/fetch/ImageResource.h" |
-#include "core/layout/style/StyleFetchedImage.h" |
-#include "core/layout/style/StyleFetchedImageSet.h" |
-#include "core/layout/style/StyleImage.h" |
-#include "core/layout/style/StylePendingImage.h" |
+#include "core/style/StyleFetchedImage.h" |
+#include "core/style/StyleFetchedImageSet.h" |
+#include "core/style/StyleImage.h" |
+#include "core/style/StylePendingImage.h" |
#include "core/svg/SVGCursorElement.h" |
#include "core/svg/SVGLengthContext.h" |
#include "core/svg/SVGURIReference.h" |