diff options
Diffstat (limited to 'WebCore/rendering/style/StyleRareInheritedData.h')
-rw-r--r-- | WebCore/rendering/style/StyleRareInheritedData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/StyleRareInheritedData.h b/WebCore/rendering/style/StyleRareInheritedData.h index 07541d3..ba914d4 100644 --- a/WebCore/rendering/style/StyleRareInheritedData.h +++ b/WebCore/rendering/style/StyleRareInheritedData.h @@ -25,11 +25,11 @@ #ifndef StyleRareInheritedData_h #define StyleRareInheritedData_h -#include "AtomicString.h" #include "Color.h" #include "Length.h" #include <wtf/RefCounted.h> #include <wtf/PassRefPtr.h> +#include <wtf/text/AtomicString.h> namespace WebCore { |