Index: Source/core/css/LengthFunctions.cpp |
diff --git a/Source/core/css/LengthFunctions.cpp b/Source/core/css/LengthFunctions.cpp |
index 9ba05de0e36e50ad638c25b71b7c38aebfb8aacb..bb02914a1a9e52e924d1d9338fc6c5904c26c86c 100644 |
--- a/Source/core/css/LengthFunctions.cpp |
+++ b/Source/core/css/LengthFunctions.cpp |
@@ -24,9 +24,9 @@ |
#include "config.h" |
#include "LengthFunctions.h" |
-#include "LayoutUnit.h" |
-#include "Length.h" |
#include "RenderView.h" |
+#include "core/platform/LayoutUnit.h" |
+#include "core/platform/Length.h" |
namespace WebCore { |