| Index: Source/core/xml/XPathNodeSet.cpp
|
| diff --git a/Source/core/xml/XPathNodeSet.cpp b/Source/core/xml/XPathNodeSet.cpp
|
| index 5d94b000d81d688410762c900d52cda100bcd7f7..6927c0beb7ce364fe1c9b071dfc452ecddf788cb 100644
|
| --- a/Source/core/xml/XPathNodeSet.cpp
|
| +++ b/Source/core/xml/XPathNodeSet.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "XPathNodeSet.h"
|
|
|
| -#include "Attr.h"
|
| -#include "Element.h"
|
| -#include "Node.h"
|
| -#include "NodeTraversal.h"
|
| +#include "core/dom/Attr.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/Node.h"
|
| +#include "core/dom/NodeTraversal.h"
|
|
|
| namespace WebCore {
|
| namespace XPath {
|
|
|