diff options
Diffstat (limited to 'Source/WebCore/dom/StyledElement.h')
-rw-r--r-- | Source/WebCore/dom/StyledElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/StyledElement.h b/Source/WebCore/dom/StyledElement.h index 8040dbf..32fc4c2 100644 --- a/Source/WebCore/dom/StyledElement.h +++ b/Source/WebCore/dom/StyledElement.h @@ -25,7 +25,6 @@ #ifndef StyledElement_h #define StyledElement_h -#include "CSSMutableStyleDeclaration.h" #include "Element.h" #include "MappedAttributeEntry.h" @@ -33,6 +32,7 @@ namespace WebCore { class Attribute; class CSSMappedAttributeDeclaration; +class CSSMutableStyleDeclaration; class StyledElement : public Element { public: |