[Libreoffice-commits] core.git: sc/qa

Stephan Bergmann sbergman at redhat.com
Tue Jun 5 07:45:42 UTC 2018


 sc/qa/perf/scperfobj.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit e1c06cd3d932920b38781f02fc17bcb02ec7c701
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 5 09:45:14 2018 +0200

    loplugin:includeform (`make perfcheck`)
    
    Change-Id: Ibbac74cdbc25ffb0a922d602000ae716adf2fd9b

diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index d34026a84e7d..f8e8229dab51 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -10,7 +10,7 @@
 #include <test/calc_unoapi_test.hxx>
 
 #include <rtl/ustring.hxx>
-#include "cppunit/extensions/HelperMacros.h"
+#include <cppunit/extensions/HelperMacros.h>
 
 #include <com/sun/star/frame/Desktop.hpp>
 #include <com/sun/star/frame/XModel2.hpp>
@@ -43,9 +43,9 @@
 
 #include <test/callgrind.hxx>
 
-#include "calcconfig.hxx"
-#include "docsh.hxx"
-#include "tabvwsh.hxx"
+#include <calcconfig.hxx>
+#include <docsh.hxx>
+#include <tabvwsh.hxx>
 
 using namespace css;
 using namespace css::uno;


More information about the Libreoffice-commits mailing list