From ff578127e279c1f9949923c601636aa274d52892 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 11 Oct 2017 00:28:36 +0300 Subject: binaryurp: consistently use "" and <> for include directives Change-Id: If328428d7f88d8a160888857acd3a07bbd8dab83 Reviewed-on: https://gerrit.libreoffice.org/43318 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- binaryurp/source/unmarshal.cxx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'binaryurp/source/unmarshal.cxx') diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx index 9c51a0b619ff..3ea3d2058553 100644 --- a/binaryurp/source/unmarshal.cxx +++ b/binaryurp/source/unmarshal.cxx @@ -17,32 +17,32 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include #include -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppu/unotype.hxx" -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typeclass.h" -#include "typelib/typedescription.h" -#include "typelib/typedescription.hxx" -#include "uno/any2.h" -#include "uno/data.h" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" -- cgit