Index: Source/core/xml/XSLTProcessorLibxslt.cpp |
diff --git a/Source/core/xml/XSLTProcessorLibxslt.cpp b/Source/core/xml/XSLTProcessorLibxslt.cpp |
index c7ec229cc206a4a2848dd7bcb2251b4312275294..decc1ed6f9b2ec70e93e55dc762b86e6a7f5ac4e 100644 |
--- a/Source/core/xml/XSLTProcessorLibxslt.cpp |
+++ b/Source/core/xml/XSLTProcessorLibxslt.cpp |
@@ -27,7 +27,7 @@ |
#include <libxslt/security.h> |
#include <libxslt/variables.h> |
#include <libxslt/xsltutils.h> |
Nils Barth (inactive)
2014/06/18 02:01:37
This is a real error: system includes come *after*
|
-#include "FetchInitiatorTypeNames.h" |
+#include "core/FetchInitiatorTypeNames.h" |
#include "core/dom/Document.h" |
#include "core/dom/TransformSource.h" |
#include "core/editing/markup.h" |