| Index: Source/core/dom/TreeScope.cpp
|
| diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
|
| index bc4cd3426b9c6a34f8d1c0a410cfbbfaf9c9e65f..f4d31b6d4edc61442780599da44de7d22606f2f7 100644
|
| --- a/Source/core/dom/TreeScope.cpp
|
| +++ b/Source/core/dom/TreeScope.cpp
|
| @@ -25,22 +25,22 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "TreeScope.h"
|
| +#include "core/dom/TreeScope.h"
|
|
|
| -#include "ContainerNode.h"
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| -#include "EventPathWalker.h"
|
| #include "HTMLAnchorElement.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| #include "HTMLLabelElement.h"
|
| #include "HTMLMapElement.h"
|
| #include "HTMLNames.h"
|
| -#include "IdTargetObserverRegistry.h"
|
| #include "InsertionPoint.h"
|
| -#include "NodeTraversal.h"
|
| -#include "ShadowRoot.h"
|
| -#include "TreeScopeAdopter.h"
|
| +#include "core/dom/ContainerNode.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/EventPathWalker.h"
|
| +#include "core/dom/IdTargetObserverRegistry.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| +#include "core/dom/TreeScopeAdopter.h"
|
| #include "core/page/DOMSelection.h"
|
| #include "core/page/DOMWindow.h"
|
| #include "core/page/FocusController.h"
|
|
|