summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Length.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Length.h')
-rw-r--r--WebCore/platform/Length.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/Length.h b/WebCore/platform/Length.h
index 4f36577..a3b1eda 100644
--- a/WebCore/platform/Length.h
+++ b/WebCore/platform/Length.h
@@ -23,12 +23,11 @@
#include <wtf/Assertions.h>
#include <wtf/FastAllocBase.h>
+#include <wtf/Forward.h>
#include <wtf/MathExtras.h>
namespace WebCore {
-class String;
-
const int undefinedLength = -1;
const int percentScaleFactor = 128;