| Index: Source/core/xml/XPathEvaluator.cpp
|
| diff --git a/Source/core/xml/XPathEvaluator.cpp b/Source/core/xml/XPathEvaluator.cpp
|
| index a2691de8a7c1b9c59517416e6270a59f257fa958..a33917f3a076d8925cbceae27f8d01ebfd79800d 100644
|
| --- a/Source/core/xml/XPathEvaluator.cpp
|
| +++ b/Source/core/xml/XPathEvaluator.cpp
|
| @@ -25,14 +25,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "XPathEvaluator.h"
|
| +#include "core/xml/XPathEvaluator.h"
|
|
|
| -#include "NativeXPathNSResolver.h"
|
| -#include "XPathExpression.h"
|
| -#include "XPathResult.h"
|
| -#include "XPathUtil.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/Node.h"
|
| +#include "core/xml/NativeXPathNSResolver.h"
|
| +#include "core/xml/XPathExpression.h"
|
| +#include "core/xml/XPathResult.h"
|
| +#include "core/xml/XPathUtil.h"
|
|
|
| namespace WebCore {
|
|
|
|
|