From 63f90a97b6a7679572eb150bafe3a5e51e52d875 Mon Sep 17 00:00:00 2001 From: Feyza Yavuz Date: Sun, 1 Nov 2015 01:39:44 +0200 Subject: [PATCH] tdf#65108 use <> instead of "" in include line Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45 Reviewed-on: https://gerrit.libreoffice.org/19717 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- binaryurp/qa/test-cache.cxx | 8 ++++---- binaryurp/qa/test-unmarshal.cxx | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/binaryurp/qa/test-cache.cxx b/binaryurp/qa/test-cache.cxx index 6bffd804ee14..f14b3837629e 100644 --- a/binaryurp/qa/test-cache.cxx +++ b/binaryurp/qa/test-cache.cxx @@ -18,10 +18,10 @@ */ #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include "../source/cache.hxx" diff --git a/binaryurp/qa/test-unmarshal.cxx b/binaryurp/qa/test-unmarshal.cxx index 13ab9f6f99e7..df3a96d8f378 100644 --- a/binaryurp/qa/test-unmarshal.cxx +++ b/binaryurp/qa/test-unmarshal.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "cppu/unotype.hxx" -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "sal/types.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "../source/bridge.hxx" #include "../source/cache.hxx"