summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/StyleRareInheritedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/StyleRareInheritedData.h')
-rw-r--r--WebCore/rendering/style/StyleRareInheritedData.h2
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 {