summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commit9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59 (patch)
tree56b8be9d90f2851953e65ac8710e54576ae4add1 /unoxml/source/xpath
parent2301e37201c7ea85cb802fac22400685e4752b71 (diff)
loplugin:includeform: unoxml
Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822
Diffstat (limited to 'unoxml/source/xpath')
-rw-r--r--unoxml/source/xpath/nodelist.cxx2
-rw-r--r--unoxml/source/xpath/nodelist.hxx4
-rw-r--r--unoxml/source/xpath/xpathapi.cxx8
-rw-r--r--unoxml/source/xpath/xpathobject.cxx4
4 files changed, 9 insertions, 9 deletions
diff --git a/unoxml/source/xpath/nodelist.cxx b/unoxml/source/xpath/nodelist.cxx
index 93fcc111d87f..1298a5fa82c6 100644
--- a/unoxml/source/xpath/nodelist.cxx
+++ b/unoxml/source/xpath/nodelist.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <nodelist.hxx>
+#include "nodelist.hxx"
#include "../dom/document.hxx"
diff --git a/unoxml/source/xpath/nodelist.hxx b/unoxml/source/xpath/nodelist.hxx
index c4582624ab8f..c119eaaf03b9 100644
--- a/unoxml/source/xpath/nodelist.hxx
+++ b/unoxml/source/xpath/nodelist.hxx
@@ -30,8 +30,8 @@
#include <com/sun/star/xml/dom/XNodeList.hpp>
#include <com/sun/star/xml/xpath/XXPathObject.hpp>
-#include "libxml/tree.h"
-#include "libxml/xpath.h"
+#include <libxml/tree.h>
+#include <libxml/xpath.h>
#include <memory>
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>
diff --git a/unoxml/source/xpath/xpathobject.cxx b/unoxml/source/xpath/xpathobject.cxx
index 000b3e55c35c..827015b76283 100644
--- a/unoxml/source/xpath/xpathobject.cxx
+++ b/unoxml/source/xpath/xpathobject.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <xpathobject.hxx>
+#include "xpathobject.hxx"
#include <string.h>
#include "../dom/document.hxx"
-#include <nodelist.hxx>
+#include "nodelist.hxx"
using namespace css::uno;
using namespace css::xml::dom;