summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/dp_xml.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 10:55:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 10:59:07 +0200
commitb3843321e9cc1436cd0039f9431b4d6c5261db20 (patch)
tree8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/source/deployment/dp_xml.cxx
parenttestFdo52989 kept failing for my Mac build at least (diff)
downloadcore-b3843321e9cc1436cd0039f9431b4d6c5261db20.tar.gz
core-b3843321e9cc1436cd0039f9431b4d6c5261db20.zip
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/deployment/dp_xml.cxx')
-rw-r--r--desktop/source/deployment/dp_xml.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/dp_xml.cxx b/desktop/source/deployment/dp_xml.cxx
index 8b4e13de2144..72a5a8e78da3 100644
--- a/desktop/source/deployment/dp_xml.cxx
+++ b/desktop/source/deployment/dp_xml.cxx
@@ -20,9 +20,9 @@
#include "dp_misc.h"
#include "dp_xml.h"
-#include "rtl/ustrbuf.hxx"
-#include "ucbhelper/content.hxx"
-#include "com/sun/star/xml/sax/Parser.hpp"
+#include <rtl/ustrbuf.hxx>
+#include <ucbhelper/content.hxx>
+#include <com/sun/star/xml/sax/Parser.hpp>
using namespace ::com::sun::star;