From 26e37ca4c7a26d59f1a42de2a43705f61327389e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 22:51:30 +0100 Subject: doubled includes Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e --- unoxml/source/dom/document.cxx | 1 - unoxml/source/service/services.cxx | 1 - unoxml/source/xpath/xpathapi.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'unoxml/source') diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx index 7d2dee5d4539..8dbb0ddd4311 100644 --- a/unoxml/source/dom/document.cxx +++ b/unoxml/source/dom/document.cxx @@ -25,7 +25,6 @@ #include "cdatasection.hxx" #include "documentfragment.hxx" #include "text.hxx" -#include "cdatasection.hxx" #include "comment.hxx" #include "processinginstruction.hxx" #include "entityreference.hxx" diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx index 3db024bfdeee..d568446b7d33 100644 --- a/unoxml/source/service/services.cxx +++ b/unoxml/source/service/services.cxx @@ -28,7 +28,6 @@ #include #include #include -#include #include "../dom/documentbuilder.hxx" #include "../dom/saxbuilder.hxx" diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx index 0d7aeb1b335b..89d00bd6067d 100644 --- a/unoxml/source/xpath/xpathapi.hxx +++ b/unoxml/source/xpath/xpathapi.hxx @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- cgit