Index: Source/core/html/HTMLFontElement.cpp |
diff --git a/Source/core/html/HTMLFontElement.cpp b/Source/core/html/HTMLFontElement.cpp |
index 6f1332902acd0c6a008518202b9d800ff178e2c6..2de496a85f1fd73eaa66f1429a46ccbe4c2dd09b 100644 |
--- a/Source/core/html/HTMLFontElement.cpp |
+++ b/Source/core/html/HTMLFontElement.cpp |
@@ -25,13 +25,13 @@ |
#include "Attribute.h" |
#include "CSSPropertyNames.h" |
-#include "CSSStyleSheet.h" |
#include "CSSValueKeywords.h" |
-#include "CSSValueList.h" |
-#include "CSSValuePool.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
-#include "StylePropertySet.h" |
+#include "core/css/CSSStyleSheet.h" |
+#include "core/css/CSSValueList.h" |
+#include "core/css/CSSValuePool.h" |
+#include "core/css/StylePropertySet.h" |
#include <wtf/text/StringBuilder.h> |
using namespace WTF; |