| Index: Source/core/xml/XPathValue.cpp
|
| diff --git a/Source/core/xml/XPathValue.cpp b/Source/core/xml/XPathValue.cpp
|
| index 2bd56c0d86b9aba116488fb7ea16a32b7cff8e6f..301356cd6eaddda6e8a929fb80d7ff10fa94cb84 100644
|
| --- a/Source/core/xml/XPathValue.cpp
|
| +++ b/Source/core/xml/XPathValue.cpp
|
| @@ -30,8 +30,8 @@
|
| #include <limits>
|
| #include "core/xml/XPathExpressionNode.h"
|
| #include "core/xml/XPathUtil.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/StdLibExtras.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/StdLibExtras.h"
|
|
|
| using std::numeric_limits;
|
|
|
|
|