diff options
Diffstat (limited to 'WebCore/wml/WMLPageState.cpp')
-rw-r--r-- | WebCore/wml/WMLPageState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLPageState.cpp b/WebCore/wml/WMLPageState.cpp index 4cf3e34..d03cf44 100644 --- a/WebCore/wml/WMLPageState.cpp +++ b/WebCore/wml/WMLPageState.cpp @@ -25,12 +25,12 @@ #include "WMLPageState.h" #include "BackForwardList.h" -#include "CString.h" #include "Document.h" #include "Frame.h" #include "HistoryItem.h" #include "KURL.h" #include "Page.h" +#include <wtf/text/CString.h> namespace WebCore { |