Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a618247

Browse files
committed
[[ RevXmlXslt ]] Tweaks to includes.
1 parent b22bbf9 commit a618247

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

revxml/src/cxml.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1919
#include <libxml/HTMLparser.h>
2020
// MDW-2013-07-09: [[ RevXmlXPath ]]
2121
#include <libxml/xpath.h>
22-
// MDW-2013-09-03: [[ RevXmlXslt ]]
23-
#include <xsltInternals.h>
24-
#include <xsltutils.h>
22+
#include <libxslt/documents.h>
2523

2624
#include <errno.h>
2725
#include <stdio.h>

revxml/src/revxml.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2323
#include <revolution/external.h>
2424
#include <revolution/support.h>
2525
#include <libxml/xpath.h>
26-
#include <transform.h>
27-
#include <xsltInternals.h>
28-
#include <xsltutils.h>
26+
#include <libxslt/transform.h>
27+
#include <libxslt/xsltutils.h>
2928

3029
#include "cxml.h"
3130

0 commit comments

Comments
 (0)