| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index e09dee851555d76646936aa787de80eea3a8bc51..3afd6f38ddbf4e32a710efd6b7be103ad05940e7 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -26,7 +26,6 @@
|
|
|
| #include "core/svg/SVGUseElement.h"
|
|
|
| -#include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Document.h"
|
| @@ -34,7 +33,6 @@
|
| #include "core/events/Event.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| -#include "core/fetch/DocumentResource.h"
|
| #include "core/fetch/FetchRequest.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
|
|