diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-05 09:45:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-05 09:45:14 +0200 |
commit | e1c06cd3d932920b38781f02fc17bcb02ec7c701 (patch) | |
tree | 9b4b21256e63f8c47e940de46f1766de7cdb3d46 /sc/qa/perf | |
parent | e6e47ffad3e232f8fa8efa7e504460a6336cf6f7 (diff) |
loplugin:includeform (`make perfcheck`)
Change-Id: Ibbac74cdbc25ffb0a922d602000ae716adf2fd9b
Diffstat (limited to 'sc/qa/perf')
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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; |