| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 01ee2d4ceb37209c47dde802ecd5fbd664282d71..2c41597c729629a8bfe0752f063143857b3874a6 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -27,18 +27,12 @@
|
|
|
| #include "core/svg/animation/SVGSMILElement.h"
|
|
|
| -#include "CSSPropertyNames.h"
|
| -#include "HTMLNames.h"
|
| #include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| -#include "core/dom/Attribute.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Event.h"
|
| #include "core/dom/EventListener.h"
|
| -#include "core/page/FrameView.h"
|
| #include "core/platform/FloatConversion.h"
|
| #include "core/svg/SVGDocumentExtensions.h"
|
| -#include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "core/svg/SVGURIReference.h"
|
| #include "core/svg/animation/SMILTimeContainer.h"
|
|
|