diff options
Diffstat (limited to 'WebCore/wml/WMLGoElement.cpp')
-rw-r--r-- | WebCore/wml/WMLGoElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLGoElement.cpp b/WebCore/wml/WMLGoElement.cpp index 8076207..4378f34 100644 --- a/WebCore/wml/WMLGoElement.cpp +++ b/WebCore/wml/WMLGoElement.cpp @@ -23,7 +23,6 @@ #if ENABLE(WML) #include "WMLGoElement.h" -#include "CString.h" #include "FormData.h" #include "Frame.h" #include "FrameLoader.h" @@ -38,6 +37,7 @@ #include "WMLPostfieldElement.h" #include "WMLTimerElement.h" #include "WMLVariables.h" +#include <wtf/text/CString.h> namespace WebCore { |