| Index: Source/core/xml/XPathStep.cpp
|
| diff --git a/Source/core/xml/XPathStep.cpp b/Source/core/xml/XPathStep.cpp
|
| index f98c6e217415a93a7e1837e8861a622390054aac..56cf1a28d9599db923d5a48dea56c617e9a0dac2 100644
|
| --- a/Source/core/xml/XPathStep.cpp
|
| +++ b/Source/core/xml/XPathStep.cpp
|
| @@ -26,15 +26,15 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "XPathStep.h"
|
| +#include "core/xml/XPathStep.h"
|
|
|
| #include "XMLNSNames.h"
|
| -#include "XPathParser.h"
|
| -#include "XPathUtil.h"
|
| #include "core/dom/Attr.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/NodeTraversal.h"
|
| +#include "core/xml/XPathParser.h"
|
| +#include "core/xml/XPathUtil.h"
|
|
|
| namespace WebCore {
|
| namespace XPath {
|
|
|