Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index 90b371dd0d5c4b2cb5c3a11c2d29d7005310ada1..3f8858f0dba8031cdea21e30cb61b8f15fe232a0 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -25,9 +25,9 @@ |
#define LiveNodeList_h |
#include "CollectionType.h" |
-#include "Document.h" |
#include "HTMLNames.h" |
-#include "NodeList.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/NodeList.h" |
#include <wtf/Forward.h> |
#include <wtf/RefPtr.h> |