| Index: Source/core/html/HTMLCollection.cpp
|
| diff --git a/Source/core/html/HTMLCollection.cpp b/Source/core/html/HTMLCollection.cpp
|
| index be140e5635ebc0170ed2d954c0ad0efa928deb16..6592a61df3150202f4aa5b6041499a834e74789c 100644
|
| --- a/Source/core/html/HTMLCollection.cpp
|
| +++ b/Source/core/html/HTMLCollection.cpp
|
| @@ -23,15 +23,15 @@
|
| #include "config.h"
|
| #include "HTMLCollection.h"
|
|
|
| -#include "ClassNodeList.h"
|
| #include "HTMLDocument.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLObjectElement.h"
|
| #include "HTMLOptionElement.h"
|
| -#include "NodeList.h"
|
| -#include "NodeRareData.h"
|
| -#include "NodeTraversal.h"
|
| +#include "core/dom/ClassNodeList.h"
|
| +#include "core/dom/NodeList.h"
|
| +#include "core/dom/NodeRareData.h"
|
| +#include "core/dom/NodeTraversal.h"
|
|
|
| #include <utility>
|
|
|
|
|