Index: Source/core/css/CSSProperty.cpp |
diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp |
index 5975ec4e0c2c5fb5e101a19f63f1f44165c77f60..7c2942f7d488cde00f493fe002df52d20f45f4b7 100644 |
--- a/Source/core/css/CSSProperty.cpp |
+++ b/Source/core/css/CSSProperty.cpp |
@@ -19,12 +19,12 @@ |
*/ |
#include "config.h" |
-#include "CSSProperty.h" |
+#include "core/css/CSSProperty.h" |
-#include "CSSValueList.h" |
-#include "CSSVariableValue.h" |
-#include "StylePropertyShorthand.h" |
#include "WebCoreMemoryInstrumentation.h" |
+#include "core/css/CSSValueList.h" |
+#include "core/css/CSSVariableValue.h" |
+#include "core/css/StylePropertyShorthand.h" |
#include "core/rendering/style/RenderStyleConstants.h" |
#include <wtf/text/StringBuilder.h> |