| Index: Source/core/dom/TreeScopeAdopter.cpp
|
| diff --git a/Source/core/dom/TreeScopeAdopter.cpp b/Source/core/dom/TreeScopeAdopter.cpp
|
| index ad4c346a0711e7343dd67b8dbc49f4a8de64c834..bd0911fa38a3ab83241db79d0a4d9cbfc3d8464b 100644
|
| --- a/Source/core/dom/TreeScopeAdopter.cpp
|
| +++ b/Source/core/dom/TreeScopeAdopter.cpp
|
| @@ -23,15 +23,15 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| #include "config.h"
|
| -#include "TreeScopeAdopter.h"
|
| -
|
| -#include "Attr.h"
|
| -#include "Document.h"
|
| -#include "ElementRareData.h"
|
| -#include "ElementShadow.h"
|
| -#include "NodeRareData.h"
|
| -#include "NodeTraversal.h"
|
| -#include "ShadowRoot.h"
|
| +#include "core/dom/TreeScopeAdopter.h"
|
| +
|
| +#include "core/dom/Attr.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ElementRareData.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/NodeRareData.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
|
|
| namespace WebCore {
|
|
|