Index: Source/core/xml/XPathFunctions.cpp |
diff --git a/Source/core/xml/XPathFunctions.cpp b/Source/core/xml/XPathFunctions.cpp |
index 6b095a85e04c5617bd637f055765a9b471df37ba..15a9bdcd52d4cd5670a9b28ceebab8df4d52bad4 100644 |
--- a/Source/core/xml/XPathFunctions.cpp |
+++ b/Source/core/xml/XPathFunctions.cpp |
@@ -28,12 +28,12 @@ |
#include "config.h" |
#include "XPathFunctions.h" |
-#include "Element.h" |
-#include "ProcessingInstruction.h" |
-#include "TreeScope.h" |
#include "XMLNames.h" |
#include "XPathUtil.h" |
#include "XPathValue.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/ProcessingInstruction.h" |
+#include "core/dom/TreeScope.h" |
#include <wtf/MathExtras.h> |
#include <wtf/text/StringBuilder.h> |