Index: Source/core/html/HTMLLIElement.cpp |
diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp |
index 7bdbd3afcd20658108060bae048ae5fe487a82b1..9ba2167a9e5a278332755f244ea0aa91e11f1d12 100644 |
--- a/Source/core/html/HTMLLIElement.cpp |
+++ b/Source/core/html/HTMLLIElement.cpp |
@@ -23,11 +23,11 @@ |
#include "config.h" |
#include "HTMLLIElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
-#include "EventPathWalker.h" |
#include "HTMLNames.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/EventPathWalker.h" |
#include "core/rendering/RenderListItem.h" |
namespace WebCore { |