Revision: 145
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=145&view=rev
Author: vaclavslavik
Date: 2009-05-31 18:22:48 +0000 (Sun, 31 May 2009)
Log Message:
-----------
don't needlessly include xsltInternals.h header, it isn't part of the guaranteed API
Modified Paths:
--------------
trunk/src/libxslt/init.cxx
trunk/src/libxslt/stylesheet.cxx
Modified: trunk/src/libxslt/init.cxx
===================================================================
--- trunk/src/libxslt/init.cxx 2009-05-31 18:19:17 UTC (rev 144)
+++ trunk/src/libxslt/init.cxx 2009-05-31 18:22:48 UTC (rev 145)
@@ -39,7 +39,6 @@
#include "xsltwrapp/init.h"
#include <libxslt/xslt.h>
-#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include <libexslt/exslt.h>
Modified: trunk/src/libxslt/stylesheet.cxx
===================================================================
--- trunk/src/libxslt/stylesheet.cxx 2009-05-31 18:19:17 UTC (rev 144)
+++ trunk/src/libxslt/stylesheet.cxx 2009-05-31 18:22:48 UTC (rev 145)
@@ -46,7 +46,6 @@
// libxslt includes
#include <libxslt/xslt.h>
-#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|