Index: Source/WebCore/xml/XSLTProcessor.h |
diff --git a/Source/WebCore/xml/XSLTProcessor.h b/Source/WebCore/xml/XSLTProcessor.h |
index 2f81f54444b0178ab13906c627674df93202a295..c2d06f72587c6beed14ab4fe6a5dc7949c69e7db 100644 |
--- a/Source/WebCore/xml/XSLTProcessor.h |
+++ b/Source/WebCore/xml/XSLTProcessor.h |
@@ -23,8 +23,6 @@ |
#ifndef XSLTProcessor_h |
#define XSLTProcessor_h |
-#if ENABLE(XSLT) |
- |
#include "Node.h" |
#include "XSLStyleSheet.h" |
#include <libxml/parserInternals.h> |
@@ -82,4 +80,3 @@ private: |
} |
#endif |
-#endif |