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