Index: Source/core/xml/XSLTProcessor.h |
diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h |
index c2d06f72587c6beed14ab4fe6a5dc7949c69e7db..d100ff0529bc582fc1be23403768b16849fb9ebd 100644 |
--- a/Source/core/xml/XSLTProcessor.h |
+++ b/Source/core/xml/XSLTProcessor.h |
@@ -23,10 +23,10 @@ |
#ifndef XSLTProcessor_h |
#define XSLTProcessor_h |
-#include "Node.h" |
-#include "XSLStyleSheet.h" |
#include <libxml/parserInternals.h> |
#include <libxslt/documents.h> |
+#include "XSLStyleSheet.h" |
+#include "core/dom/Node.h" |
#include <wtf/HashMap.h> |
#include <wtf/text/StringHash.h> |