summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath/xpathapi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/xpath/xpathapi.cxx')
-rw-r--r--unoxml/source/xpath/xpathapi.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx
index 63e21a1fe26e..8d3bf6afa596 100644
--- a/unoxml/source/xpath/xpathapi.cxx
+++ b/unoxml/source/xpath/xpathapi.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <xpathapi.hxx>
+#include "xpathapi.hxx"
#include <stdarg.h>
#include <string.h>
@@ -29,10 +29,10 @@
#include <rtl/ustrbuf.hxx>
-#include <nodelist.hxx>
-#include <xpathobject.hxx>
+#include "nodelist.hxx"
+#include "xpathobject.hxx"
-#include "node.hxx"
+#include <node.hxx>
#include "../dom/document.hxx"
#include <cppuhelper/supportsservice.hxx>