| Index: Source/core/xml/XPathFunctions.cpp
|
| diff --git a/Source/core/xml/XPathFunctions.cpp b/Source/core/xml/XPathFunctions.cpp
|
| index 15a9bdcd52d4cd5670a9b28ceebab8df4d52bad4..990fc728b12632c615d581c36fed6cf5fd47e0bb 100644
|
| --- a/Source/core/xml/XPathFunctions.cpp
|
| +++ b/Source/core/xml/XPathFunctions.cpp
|
| @@ -26,14 +26,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "XPathFunctions.h"
|
| +#include "core/xml/XPathFunctions.h"
|
|
|
| #include "XMLNames.h"
|
| -#include "XPathUtil.h"
|
| -#include "XPathValue.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ProcessingInstruction.h"
|
| #include "core/dom/TreeScope.h"
|
| +#include "core/xml/XPathUtil.h"
|
| +#include "core/xml/XPathValue.h"
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|
|
|