diff options
-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; |