summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSFontSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSFontSelector.h')
-rw-r--r--WebCore/css/CSSFontSelector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/css/CSSFontSelector.h b/WebCore/css/CSSFontSelector.h
index af454bd..d9cce1c 100644
--- a/WebCore/css/CSSFontSelector.h
+++ b/WebCore/css/CSSFontSelector.h
@@ -28,19 +28,18 @@
#include "FontSelector.h"
#include "StringHash.h"
+#include <wtf/Forward.h>
#include <wtf/HashMap.h>
#include <wtf/RefPtr.h>
namespace WebCore {
-class AtomicString;
class CSSFontFace;
class CSSFontFaceRule;
class CSSSegmentedFontFace;
class Document;
class DocLoader;
class FontDescription;
-class String;
class CSSFontSelector : public FontSelector {
public: