| Index: Source/core/xml/XPathParser.cpp
|
| diff --git a/Source/core/xml/XPathParser.cpp b/Source/core/xml/XPathParser.cpp
|
| index 4f2c8b26e2d3534fcd3831f72a50da91a0b39ac5..3fe9b350ccfa1ebf966496d0a726356557710c59 100644
|
| --- a/Source/core/xml/XPathParser.cpp
|
| +++ b/Source/core/xml/XPathParser.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/xml/XPathNSResolver.h"
|
| #include "core/xml/XPathPath.h"
|
| #include "core/xml/XPathStep.h"
|
| -#include <wtf/StdLibExtras.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/StdLibExtras.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| using namespace WebCore;
|
| using namespace WTF;
|
|
|