summaryrefslogtreecommitdiff
path: root/svl/source/uno/pathservice.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 09:12:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-15 10:01:24 +0200
commit9081583e59ba8d3a776d812fa280a929c88a69f1 (patch)
tree13acdd281d393a94f904210cbeb49c1993133800 /svl/source/uno/pathservice.cxx
parent7e586cee33a978703bfc11571adc3cf68a4d714e (diff)
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r--svl/source/uno/pathservice.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx
index 7dc082a2ab2c..0a071fcc02cd 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -19,8 +19,8 @@
#include <unotools/pathoptions.hxx>
-#include "sal/types.h"
-#include "rtl/ustring.hxx"
+#include <sal/types.h>
+#include <rtl/ustring.hxx>
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/frame/XConfigManager.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>