summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSFontFaceSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSFontFaceSource.h')
-rw-r--r--WebCore/css/CSSFontFaceSource.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/WebCore/css/CSSFontFaceSource.h b/WebCore/css/CSSFontFaceSource.h
index c6baef2..278ba72 100644
--- a/WebCore/css/CSSFontFaceSource.h
+++ b/WebCore/css/CSSFontFaceSource.h
@@ -31,10 +31,6 @@
#include "CachedResourceHandle.h"
#include <wtf/HashMap.h>
-#if ENABLE(SVG_FONTS)
-#include "SVGFontFaceElement.h"
-#endif
-
namespace WebCore {
class CachedFont;
@@ -42,6 +38,11 @@ class CSSFontFace;
class CSSFontSelector;
class FontDescription;
class SimpleFontData;
+#if ENABLE(SVG_FONTS)
+class SVGFontElement;
+class SVGFontFaceElement;
+#endif
+
class CSSFontFaceSource : public CachedResourceClient {
public: