summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index 4386cfdd0637..7a32acb59b45 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -35,12 +35,12 @@
#include <comphelper/servicehelper.hxx>
-#include <document.hxx>
-#include <attr.hxx>
-#include <childlist.hxx>
+#include "document.hxx"
+#include "attr.hxx"
+#include "childlist.hxx"
-#include "eventdispatcher.hxx"
-#include "mutationevent.hxx"
+#include <eventdispatcher.hxx>
+#include <mutationevent.hxx>
using namespace css;
using namespace css::uno;