summaryrefslogtreecommitdiffstats
path: root/WebCore/css/MediaQueryExp.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/MediaQueryExp.h')
-rw-r--r--WebCore/css/MediaQueryExp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/MediaQueryExp.h b/WebCore/css/MediaQueryExp.h
index 24f2207..4b42611 100644
--- a/WebCore/css/MediaQueryExp.h
+++ b/WebCore/css/MediaQueryExp.h
@@ -29,10 +29,10 @@
#ifndef MediaQueryExp_h
#define MediaQueryExp_h
-#include "AtomicString.h"
#include "CSSValue.h"
#include "MediaFeatureNames.h"
#include <wtf/RefPtr.h>
+#include <wtf/text/AtomicString.h>
namespace WebCore {
class CSSParserValueList;