Index: Source/core/html/HTMLTablePartElement.cpp |
diff --git a/Source/core/html/HTMLTablePartElement.cpp b/Source/core/html/HTMLTablePartElement.cpp |
index 5fccc331c7a90375f219d7f19b7b449f6093acf8..5b616120552aa9c509478a445f785661b56bb3c1 100644 |
--- a/Source/core/html/HTMLTablePartElement.cpp |
+++ b/Source/core/html/HTMLTablePartElement.cpp |
@@ -26,14 +26,14 @@ |
#include "HTMLTablePartElement.h" |
#include "Attribute.h" |
-#include "CSSImageValue.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
#include "Document.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
#include "HTMLTableElement.h" |
-#include "StylePropertySet.h" |
+#include "core/css/CSSImageValue.h" |
+#include "core/css/StylePropertySet.h" |
namespace WebCore { |