summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/TextStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/TextStream.h')
-rw-r--r--WebCore/platform/text/TextStream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/text/TextStream.h b/WebCore/platform/text/TextStream.h
index f5e512c..e7e4cc0 100644
--- a/WebCore/platform/text/TextStream.h
+++ b/WebCore/platform/text/TextStream.h
@@ -26,13 +26,12 @@
#ifndef TextStream_h
#define TextStream_h
+#include <wtf/Forward.h>
#include <wtf/Vector.h>
#include <wtf/unicode/Unicode.h>
namespace WebCore {
-class String;
-
class TextStream {
public:
TextStream& operator<<(bool);