Index: Source/core/html/HTMLTableCellElement.cpp |
diff --git a/Source/core/html/HTMLTableCellElement.cpp b/Source/core/html/HTMLTableCellElement.cpp |
index b131cbca0aba18d62508ccda5dbcd66ecb201973..7d08294e49ac88101501154dba0c834aaee7400b 100644 |
--- a/Source/core/html/HTMLTableCellElement.cpp |
+++ b/Source/core/html/HTMLTableCellElement.cpp |
@@ -25,11 +25,11 @@ |
#include "config.h" |
#include "HTMLTableCellElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
#include "HTMLNames.h" |
#include "HTMLTableElement.h" |
+#include "core/dom/Attribute.h" |
#include "core/rendering/RenderTableCell.h" |
using std::max; |