| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index 657400b4115dcca992ea6c1b0b0c54b7673df513..578047f8d5671a397f87cb5edd3f79db9131c220 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -22,8 +22,8 @@
|
|
|
| #include "core/svg/SVGCursorElement.h"
|
|
|
| -#include "SVGNames.h"
|
| -#include "XLinkNames.h"
|
| +#include "core/SVGNames.h"
|
| +#include "core/XLinkNames.h"
|
| #include "core/dom/Document.h"
|
|
|
| namespace WebCore {
|
|
|