summaryrefslogtreecommitdiff
path: root/sc/qa/unit/range.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/range.cxx')
-rw-r--r--sc/qa/unit/range.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/qa/unit/range.cxx b/sc/qa/unit/range.cxx
index a84a936afb02..065062a6b934 100644
--- a/sc/qa/unit/range.cxx
+++ b/sc/qa/unit/range.cxx
@@ -11,13 +11,13 @@
#include <test/bootstrapfixture.hxx>
#include <unotools/configmgr.hxx>
#include "helper/qahelper.hxx"
-#include "document.hxx"
-#include "docsh.hxx"
-#include "global.hxx"
+#include <document.hxx>
+#include <docsh.hxx>
+#include <global.hxx>
-#include "address.hxx"
-#include "rangeutl.hxx"
-#include "refupdatecontext.hxx"
+#include <address.hxx>
+#include <rangeutl.hxx>
+#include <refupdatecontext.hxx>
class ScAddressTest : public test::BootstrapFixture
{