summaryrefslogtreecommitdiff
path: root/svl/qa/unit/svl.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/qa/unit/svl.cxx
parent7e586cee33a978703bfc11571adc3cf68a4d714e (diff)
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl/qa/unit/svl.cxx')
-rw-r--r--svl/qa/unit/svl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 47c9ff834c1b..9090c563a256 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -31,10 +31,10 @@
#include <i18nlangtag/lang.h>
-#include "svl/zforlist.hxx"
-#include "svl/zformat.hxx"
-#include "svl/sharedstringpool.hxx"
-#include "unotools/syslocale.hxx"
+#include <svl/zforlist.hxx>
+#include <svl/zformat.hxx>
+#include <svl/sharedstringpool.hxx>
+#include <unotools/syslocale.hxx>
#include <boost/scoped_ptr.hpp>