Index: Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp |
index be572fc000ed198acc711404d7bed125416c2fa8..5ae8db43082d4ab761e36f64e00b512305b5630d 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -27,11 +27,11 @@ |
#include "SMILTimeContainer.h" |
#if ENABLE(SVG) |
-#include "Document.h" |
-#include "NodeTraversal.h" |
#include "SVGNames.h" |
#include "SVGSMILElement.h" |
#include "SVGSVGElement.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/NodeTraversal.h" |
#include <wtf/CurrentTime.h> |
using namespace std; |