summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
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/passwordcontainer
parent7e586cee33a978703bfc11571adc3cf68a4d714e (diff)
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl/source/passwordcontainer')
-rw-r--r--svl/source/passwordcontainer/syscreds.cxx2
-rw-r--r--svl/source/passwordcontainer/syscreds.hxx8
2 files changed, 5 insertions, 5 deletions
diff --git a/svl/source/passwordcontainer/syscreds.cxx b/svl/source/passwordcontainer/syscreds.cxx
index dbb420532b8f..bbb59cdbcf3e 100644
--- a/svl/source/passwordcontainer/syscreds.cxx
+++ b/svl/source/passwordcontainer/syscreds.cxx
@@ -18,7 +18,7 @@
*/
#include "syscreds.hxx"
-#include "com/sun/star/beans/PropertyValue.hpp"
+#include <com/sun/star/beans/PropertyValue.hpp>
using namespace com::sun::star;
diff --git a/svl/source/passwordcontainer/syscreds.hxx b/svl/source/passwordcontainer/syscreds.hxx
index 69f739dcdf10..faaf1d09cb0a 100644
--- a/svl/source/passwordcontainer/syscreds.hxx
+++ b/svl/source/passwordcontainer/syscreds.hxx
@@ -22,10 +22,10 @@
#include <set>
#include <memory>
-#include "osl/mutex.hxx"
-#include "rtl/ustring.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "unotools/configitem.hxx"
+#include <osl/mutex.hxx>
+#include <rtl/ustring.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <unotools/configitem.hxx>
class SysCredentialsConfig;