| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index 9923b4aaefcc8526d53199dc74b7e78bc7392b45..05de8e5c98ab9a37b7e2ff3c50c5c89a43290146 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGCursorElement.h"
|
|
|
| -#include "Attr.h"
|
| -#include "Document.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attr.h"
|
| +#include "core/dom/Document.h"
|
|
|
| namespace WebCore {
|
|
|
|
|