Index: Source/core/css/WebKitCSSTransformValue.cpp |
diff --git a/Source/core/css/WebKitCSSTransformValue.cpp b/Source/core/css/WebKitCSSTransformValue.cpp |
index 99bd98055723c73a542e1cbaee3b1d2aebdd41f6..f0e954f86000544e6b31c6a81464a0f8e2d3c0d0 100644 |
--- a/Source/core/css/WebKitCSSTransformValue.cpp |
+++ b/Source/core/css/WebKitCSSTransformValue.cpp |
@@ -24,10 +24,10 @@ |
*/ |
#include "config.h" |
-#include "WebKitCSSTransformValue.h" |
+#include "core/css/WebKitCSSTransformValue.h" |
-#include "CSSValueList.h" |
#include "WebCoreMemoryInstrumentation.h" |
+#include "core/css/CSSValueList.h" |
#include <wtf/PassRefPtr.h> |
#include <wtf/text/WTFString.h> |