| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index a7a1eaf8052ff79d9c9360a1cd9a9d2c2c52d47e..7a29f210742850e22654722469f5b5e1870e8cae 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -22,7 +22,6 @@
|
| #define SVGUseElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "CachedSVGDocument.h"
|
| #include "SVGAnimatedBoolean.h"
|
| #include "SVGAnimatedLength.h"
|
| #include "SVGExternalResourcesRequired.h"
|
| @@ -30,6 +29,7 @@
|
| #include "SVGStyledTransformableElement.h"
|
| #include "SVGTests.h"
|
| #include "SVGURIReference.h"
|
| +#include "core/loader/cache/CachedSVGDocument.h"
|
|
|
| namespace WebCore {
|
|
|
|
|