diff options
Diffstat (limited to 'WebCore/rendering/style/CounterDirectives.h')
-rw-r--r-- | WebCore/rendering/style/CounterDirectives.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/CounterDirectives.h b/WebCore/rendering/style/CounterDirectives.h index 9cbdeae..e54028e 100644 --- a/WebCore/rendering/style/CounterDirectives.h +++ b/WebCore/rendering/style/CounterDirectives.h @@ -25,9 +25,9 @@ #ifndef CounterDirectives_h #define CounterDirectives_h -#include "AtomicStringImpl.h" #include <wtf/HashMap.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicStringImpl.h> namespace WebCore { |