diff options
Diffstat (limited to 'WebCore/loader/FTPDirectoryDocument.cpp')
-rw-r--r-- | WebCore/loader/FTPDirectoryDocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/FTPDirectoryDocument.cpp b/WebCore/loader/FTPDirectoryDocument.cpp index 62173f5..66136b5 100644 --- a/WebCore/loader/FTPDirectoryDocument.cpp +++ b/WebCore/loader/FTPDirectoryDocument.cpp @@ -27,7 +27,6 @@ #include "FTPDirectoryDocument.h" #include "CharacterNames.h" -#include "CString.h" #include "HTMLNames.h" #include "HTMLTableElement.h" #include "HTMLTokenizer.h" @@ -39,6 +38,7 @@ #include "SharedBuffer.h" #include "Text.h" +#include <wtf/text/CString.h> #include <wtf/CurrentTime.h> #include <wtf/StdLibExtras.h> |