| Index: Source/core/xml/XSLTUnicodeSort.cpp
|
| diff --git a/Source/core/xml/XSLTUnicodeSort.cpp b/Source/core/xml/XSLTUnicodeSort.cpp
|
| index 316b5c4817ed9772ab31d719c1342cce5745bad7..83342cb69002d795ac43c3a6401dae0e1293a612 100644
|
| --- a/Source/core/xml/XSLTUnicodeSort.cpp
|
| +++ b/Source/core/xml/XSLTUnicodeSort.cpp
|
| @@ -29,10 +29,10 @@
|
| #include "config.h"
|
| #include "core/xml/XSLTUnicodeSort.h"
|
|
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/unicode/Collator.h"
|
| #include <libxslt/templates.h>
|
| #include <libxslt/xsltutils.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/unicode/Collator.h>
|
|
|
| namespace WebCore {
|
|
|
|
|