Index: Source/core/css/FontValue.cpp |
diff --git a/Source/core/css/FontValue.cpp b/Source/core/css/FontValue.cpp |
index 351be52cfef161a6f28e14a68c7f3406a8060418..49cb0f5d8fb2af7676ad4957d199333e5aacece4 100644 |
--- a/Source/core/css/FontValue.cpp |
+++ b/Source/core/css/FontValue.cpp |
@@ -18,11 +18,11 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
#include "config.h" |
-#include "FontValue.h" |
+#include "core/css/FontValue.h" |
-#include "CSSValueList.h" |
-#include "CSSPrimitiveValue.h" |
#include "WebCoreMemoryInstrumentation.h" |
+#include "core/css/CSSPrimitiveValue.h" |
+#include "core/css/CSSValueList.h" |
#include <wtf/text/StringBuilder.h> |
namespace WebCore { |