Skip to content
Snippets Groups Projects
Commit 2da064ad authored by Alberto Massari's avatar Alberto Massari
Browse files

Use relative paths for including files

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@464545 13f79535-47bb-0310-9956-ffa450edef68
parent 131ffc00
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ extern "C" { ...@@ -56,7 +56,7 @@ extern "C" {
#define PERLCALLBACKHANDLER_DOMERROR_TYPE 4 #define PERLCALLBACKHANDLER_DOMERROR_TYPE 4
#include "xercesc/util/PlatformUtils.hpp" #include "xercesc/util/PlatformUtils.hpp"
#include "Transcoder.hpp" #include "../Transcoder/Transcoder.hpp"
XERCES_CPP_NAMESPACE_BEGIN XERCES_CPP_NAMESPACE_BEGIN
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "PerlDOMCallbackHandler.hpp" #include "PerlDOMCallbackHandler.hpp"
#include "xerces-swig-perl.hpp" #include "../xerces-swig-perl.hpp"
XERCES_CPP_NAMESPACE_USE XERCES_CPP_NAMESPACE_USE
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "xercesc/sax/InputSource.hpp" #include "xercesc/sax/InputSource.hpp"
#include "PerlEntityResolverHandler.hpp" #include "PerlEntityResolverHandler.hpp"
#include "xerces-swig-perl.hpp" #include "../xerces-swig-perl.hpp"
XERCES_CPP_NAMESPACE_USE XERCES_CPP_NAMESPACE_USE
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
#include "PerlNodeFilterCallbackHandler.hpp" #include "PerlNodeFilterCallbackHandler.hpp"
#include "xerces-swig-perl.hpp" #include "../xerces-swig-perl.hpp"
XERCES_CPP_NAMESPACE_USE XERCES_CPP_NAMESPACE_USE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment