| Index: Source/core/svg/SVGFontFaceUriElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| index 6bda9193850c479100fb480b67a802b6e4954622..fabcf7f5b0cd49e4f5579c75fe958f03fb9f39bd 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| @@ -23,12 +23,10 @@
|
| #if ENABLE(SVG_FONTS)
|
| #include "core/svg/SVGFontFaceUriElement.h"
|
|
|
| -#include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| #include "core/css/CSSFontFaceSrcValue.h"
|
| #include "core/dom/Document.h"
|
| #include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/FontResource.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/svg/SVGFontFaceElement.h"
|
|
|
|
|