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