Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index 0b0845a38638bd547572ed1427d41fc1220a4603..533c81ed01d027325ee4f8a9129405d5cdab94c3 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -28,11 +28,7 @@ |
#if ENABLE(SVG) |
#include "SVGSMILElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
-#include "Document.h" |
-#include "Event.h" |
-#include "EventListener.h" |
#include "HTMLNames.h" |
#include "SMILTimeContainer.h" |
#include "SVGDocumentExtensions.h" |
@@ -41,6 +37,10 @@ |
#include "SVGSVGElement.h" |
#include "SVGURIReference.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 <wtf/MathExtras.h> |