diff options
author | Feyza Yavuz <feyzaayavuz@gmail.com> | 2015-11-01 01:39:44 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-11-02 11:33:52 +0000 |
commit | 63f90a97b6a7679572eb150bafe3a5e51e52d875 (patch) | |
tree | 0952716b01b370a9be9115f16f9ae38091e7dbe5 /binaryurp | |
parent | 49ee56064b436caea85496fbdba8ae8e654d53fe (diff) |
tdf#65108 use <> instead of "" in include line
Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45
Reviewed-on: https://gerrit.libreoffice.org/19717
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/qa/test-cache.cxx | 8 | ||||
-rw-r--r-- | 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 <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #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 <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 "../source/bridge.hxx" #include "../source/cache.hxx" |