Index: Source/core/css/CSSPrimitiveValue.cpp |
diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp |
index ab273e3cfc07f285fd11f39e06d9dd2bab97f568..9e26030f0d857b1c4e3dbe97c74fe3f56259e540 100644 |
--- a/Source/core/css/CSSPrimitiveValue.cpp |
+++ b/Source/core/css/CSSPrimitiveValue.cpp |
@@ -27,10 +27,8 @@ |
#include "CSSParser.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
-#include "CalculationValue.h" |
#include "Counter.h" |
#include "ExceptionCode.h" |
-#include "LayoutUnit.h" |
#include "Node.h" |
#include "Pair.h" |
#include "RGBColor.h" |
@@ -38,6 +36,8 @@ |
#include "RenderStyle.h" |
#include "StyleSheetContents.h" |
#include "WebCoreMemoryInstrumentation.h" |
+#include "core/platform/CalculationValue.h" |
+#include "core/platform/LayoutUnit.h" |
#include "core/platform/graphics/Color.h" |
#include "core/platform/graphics/Font.h" |
#include <wtf/ASCIICType.h> |