diff options
Diffstat (limited to 'WebCore/wml/WMLPostfieldElement.cpp')
-rw-r--r-- | WebCore/wml/WMLPostfieldElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLPostfieldElement.cpp b/WebCore/wml/WMLPostfieldElement.cpp index 21f4c5b..5cf26c7 100644 --- a/WebCore/wml/WMLPostfieldElement.cpp +++ b/WebCore/wml/WMLPostfieldElement.cpp @@ -23,12 +23,12 @@ #if ENABLE(WML) #include "WMLPostfieldElement.h" -#include "CString.h" #include "TextEncoding.h" #include "HTMLNames.h" #include "WMLDocument.h" #include "WMLGoElement.h" #include "WMLNames.h" +#include <wtf/text/CString.h> namespace WebCore { |