Index: Source/core/css/CSSCursorImageValue.cpp |
diff --git a/Source/core/css/CSSCursorImageValue.cpp b/Source/core/css/CSSCursorImageValue.cpp |
index 030b2871e61e7471da8299c0a3d846dab5199d88..86fd36cd0e680fc82be3130e5517a05c471303fa 100644 |
--- a/Source/core/css/CSSCursorImageValue.cpp |
+++ b/Source/core/css/CSSCursorImageValue.cpp |
@@ -22,9 +22,9 @@ |
#include "config.h" |
#include "core/css/CSSCursorImageValue.h" |
-#include "TreeScope.h" |
-#include "WebCoreMemoryInstrumentation.h" |
#include "core/css/CSSImageValue.h" |
+#include "core/dom/TreeScope.h" |
+#include "core/dom/WebCoreMemoryInstrumentation.h" |
#include "core/loader/cache/CachedImage.h" |
#include "core/loader/cache/CachedResourceLoader.h" |
#include "core/rendering/style/StyleCachedImage.h" |