summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/CounterNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/CounterNode.h')
-rw-r--r--WebCore/rendering/CounterNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/CounterNode.h b/WebCore/rendering/CounterNode.h
index 15f2eb8..e35fb61 100644
--- a/WebCore/rendering/CounterNode.h
+++ b/WebCore/rendering/CounterNode.h
@@ -22,6 +22,7 @@
#ifndef CounterNode_h
#define CounterNode_h
+#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
// This implements a counter tree that is used for finding parents in counters() lookup,
@@ -35,7 +36,6 @@
namespace WebCore {
-class AtomicString;
class RenderObject;
class CounterNode : public Noncopyable {