| Index: Source/core/xml/XPathResult.cpp
|
| diff --git a/Source/core/xml/XPathResult.cpp b/Source/core/xml/XPathResult.cpp
|
| index 3ea768ac691902192455d913120562b86e42fe28..59a835dcd71873cb7453d16c68931ccbea1ae06e 100644
|
| --- a/Source/core/xml/XPathResult.cpp
|
| +++ b/Source/core/xml/XPathResult.cpp
|
| @@ -27,11 +27,11 @@
|
| #include "config.h"
|
| #include "XPathResult.h"
|
|
|
| -#include "Document.h"
|
| -#include "Node.h"
|
| -#include "ExceptionCode.h"
|
| #include "XPathEvaluator.h"
|
| #include "XPathException.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/Node.h"
|
|
|
| namespace WebCore {
|
|
|
|
|