summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/ContentData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/ContentData.h')
-rw-r--r--WebCore/rendering/style/ContentData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/rendering/style/ContentData.h b/WebCore/rendering/style/ContentData.h
index 24d5f86..2c261f8 100644
--- a/WebCore/rendering/style/ContentData.h
+++ b/WebCore/rendering/style/ContentData.h
@@ -25,15 +25,15 @@
#ifndef ContentData_h
#define ContentData_h
-#include "PlatformString.h"
#include "RenderStyleConstants.h"
-#include "StringImpl.h"
-#include "StyleImage.h"
#include <wtf/Noncopyable.h>
+#include <wtf/PassRefPtr.h>
namespace WebCore {
class CounterContent;
+class StringImpl;
+class StyleImage;
struct ContentData : Noncopyable {
public: