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/binaryany.cxx | 8 ++--- binaryurp/source/binaryany.hxx | 4 +-- binaryurp/source/bridge.cxx | 64 ++++++++++++++++----------------- binaryurp/source/bridge.hxx | 28 +++++++-------- binaryurp/source/bridgefactory.cxx | 28 +++++++-------- binaryurp/source/bridgefactory.hxx | 18 +++++----- binaryurp/source/cache.hxx | 4 +-- binaryurp/source/currentcontext.cxx | 20 +++++------ binaryurp/source/currentcontext.hxx | 2 +- binaryurp/source/incomingreply.hxx | 2 +- binaryurp/source/incomingrequest.cxx | 24 ++++++------- binaryurp/source/incomingrequest.hxx | 14 ++++---- binaryurp/source/lessoperators.cxx | 12 +++---- binaryurp/source/lessoperators.hxx | 2 +- binaryurp/source/marshal.cxx | 34 +++++++++--------- binaryurp/source/marshal.hxx | 12 +++---- binaryurp/source/outgoingrequest.hxx | 4 +-- binaryurp/source/outgoingrequests.cxx | 8 ++--- binaryurp/source/outgoingrequests.hxx | 4 +-- binaryurp/source/proxy.cxx | 22 ++++++------ binaryurp/source/proxy.hxx | 14 ++++---- binaryurp/source/reader.cxx | 38 ++++++++++---------- binaryurp/source/reader.hxx | 16 ++++----- binaryurp/source/readerstate.hxx | 8 ++--- binaryurp/source/specialfunctionids.hxx | 2 +- binaryurp/source/unmarshal.cxx | 40 ++++++++++----------- binaryurp/source/unmarshal.hxx | 10 +++--- binaryurp/source/writer.cxx | 18 +++++----- binaryurp/source/writer.hxx | 18 +++++----- binaryurp/source/writerstate.hxx | 8 ++--- 30 files changed, 243 insertions(+), 243 deletions(-) (limited to 'binaryurp') diff --git a/binaryurp/source/binaryany.cxx b/binaryurp/source/binaryany.cxx index a4163767ec3c..af1493331160 100644 --- a/binaryurp/source/binaryany.cxx +++ b/binaryurp/source/binaryany.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include -#include "typelib/typeclass.h" -#include "typelib/typedescription.hxx" -#include "uno/any2.h" +#include +#include +#include #include "binaryany.hxx" diff --git a/binaryurp/source/binaryany.hxx b/binaryurp/source/binaryany.hxx index 1faf4841b79b..7b4a9011a256 100644 --- a/binaryurp/source/binaryany.hxx +++ b/binaryurp/source/binaryany.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX #define INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX -#include "sal/config.h" +#include -#include "uno/any2.h" +#include namespace com { namespace sun { namespace star { namespace uno { class TypeDescription; diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index a31722418864..fcb26805f1e7 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -26,37 +26,37 @@ #include #include -#include "com/sun/star/bridge/InvalidProtocolChangeException.hpp" -#include "com/sun/star/bridge/XBridge.hpp" -#include "com/sun/star/bridge/XInstanceProvider.hpp" -#include "com/sun/star/bridge/XProtocolProperties.hpp" -#include "com/sun/star/connection/XConnection.hpp" -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/lang/XEventListener.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 "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "osl/thread.hxx" -#include "rtl/byteseq.hxx" -#include "rtl/random.h" -#include "rtl/ref.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "typelib/typeclass.h" -#include "typelib/typedescription.h" -#include "typelib/typedescription.hxx" -#include "uno/dispatcher.hxx" -#include "uno/environment.hxx" -#include "uno/lbnames.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#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" diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx index 89bfac393a90..476d4af1cf22 100644 --- a/binaryurp/source/bridge.hxx +++ b/binaryurp/source/bridge.hxx @@ -20,26 +20,26 @@ #ifndef INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX #define INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX -#include "sal/config.h" +#include #include #include #include #include -#include "com/sun/star/bridge/XBridge.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "cppuhelper/implbase.hxx" -#include "osl/conditn.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "uno/environment.hxx" -#include "uno/mapping.hxx" -#include "uno/threadpool.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "outgoingrequest.hxx" #include "outgoingrequests.hxx" diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index b531910403e7..7da9ccd39aa0 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -17,26 +17,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include -#include "com/sun/star/bridge/BridgeExistsException.hpp" -#include "com/sun/star/connection/XConnection.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include -#include "rtl/ref.hxx" -#include "sal/log.hxx" -#include "sal/types.h" +#include +#include +#include #include "bridge.hxx" #include "bridgefactory.hxx" diff --git a/binaryurp/source/bridgefactory.hxx b/binaryurp/source/bridgefactory.hxx index 4d392c1e6a10..a08016932200 100644 --- a/binaryurp/source/bridgefactory.hxx +++ b/binaryurp/source/bridgefactory.hxx @@ -20,20 +20,20 @@ #ifndef INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX #define INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX -#include "sal/config.h" +#include #include #include #include -#include "com/sun/star/bridge/XBridgeFactory2.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "cppuhelper/basemutex.hxx" -#include "cppuhelper/compbase.hxx" -#include "sal/types.h" +#include +#include +#include +#include +#include +#include +#include +#include namespace com { namespace sun { namespace star { namespace connection { class XConnection; } diff --git a/binaryurp/source/cache.hxx b/binaryurp/source/cache.hxx index 009886eb8f38..578b6f4fd0b6 100644 --- a/binaryurp/source/cache.hxx +++ b/binaryurp/source/cache.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_BINARYURP_SOURCE_CACHE_HXX #define INCLUDED_BINARYURP_SOURCE_CACHE_HXX -#include "sal/config.h" +#include #include #include #include #include -#include "sal/types.h" +#include namespace binaryurp { diff --git a/binaryurp/source/currentcontext.cxx b/binaryurp/source/currentcontext.cxx index 52718e15fab6..510f2509486b 100644 --- a/binaryurp/source/currentcontext.cxx +++ b/binaryurp/source/currentcontext.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" - -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "uno/current_context.h" -#include "uno/dispatcher.hxx" -#include "uno/lbnames.h" +#include + +#include +#include +#include +#include +#include +#include +#include +#include #include "currentcontext.hxx" diff --git a/binaryurp/source/currentcontext.hxx b/binaryurp/source/currentcontext.hxx index 396a9feaf407..2a929bf294f8 100644 --- a/binaryurp/source/currentcontext.hxx +++ b/binaryurp/source/currentcontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX #define INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX -#include "sal/config.h" +#include namespace com { namespace sun { namespace star { namespace uno { class UnoInterfaceReference; diff --git a/binaryurp/source/incomingreply.hxx b/binaryurp/source/incomingreply.hxx index f051387bc41d..058d0edf8c47 100644 --- a/binaryurp/source/incomingreply.hxx +++ b/binaryurp/source/incomingreply.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX #define INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX -#include "sal/config.h" +#include #include diff --git a/binaryurp/source/incomingrequest.cxx b/binaryurp/source/incomingrequest.cxx index 2a94ed2c7611..86b3cc107c05 100644 --- a/binaryurp/source/incomingrequest.cxx +++ b/binaryurp/source/incomingrequest.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include -#include "com/sun/star/bridge/XInstanceProvider.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "cppuhelper/exc_hlp.hxx" -#include "o3tl/runtimetooustring.hxx" -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "typelib/typedescription.hxx" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" diff --git a/binaryurp/source/incomingrequest.hxx b/binaryurp/source/incomingrequest.hxx index 64b5664bd7b0..d6ed7fbccc7c 100644 --- a/binaryurp/source/incomingrequest.hxx +++ b/binaryurp/source/incomingrequest.hxx @@ -20,16 +20,16 @@ #ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX #define INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX -#include "sal/config.h" +#include #include -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.hxx" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include namespace binaryurp { class BinaryAny; diff --git a/binaryurp/source/lessoperators.cxx b/binaryurp/source/lessoperators.cxx index 66375178be71..98857171f108 100644 --- a/binaryurp/source/lessoperators.cxx +++ b/binaryurp/source/lessoperators.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include -#include "rtl/byteseq.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typeclass.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include +#include #include "lessoperators.hxx" diff --git a/binaryurp/source/lessoperators.hxx b/binaryurp/source/lessoperators.hxx index f3202b5fb5af..8090db850e66 100644 --- a/binaryurp/source/lessoperators.hxx +++ b/binaryurp/source/lessoperators.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX #define INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX -#include "sal/config.h" +#include namespace com { namespace sun { namespace star { namespace uno { class TypeDescription; diff --git a/binaryurp/source/marshal.cxx b/binaryurp/source/marshal.cxx index b2251e9ca6a8..009cd06968e7 100644 --- a/binaryurp/source/marshal.cxx +++ b/binaryurp/source/marshal.cxx @@ -17,27 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include -#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/string.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/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" diff --git a/binaryurp/source/marshal.hxx b/binaryurp/source/marshal.hxx index 4a20395423f2..333c8f90f43c 100644 --- a/binaryurp/source/marshal.hxx +++ b/binaryurp/source/marshal.hxx @@ -20,15 +20,15 @@ #ifndef INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX #define INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX -#include "sal/config.h" +#include #include -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include +#include namespace binaryurp { class BinaryAny; diff --git a/binaryurp/source/outgoingrequest.hxx b/binaryurp/source/outgoingrequest.hxx index a8339f7cea0c..aaf68e23f64a 100644 --- a/binaryurp/source/outgoingrequest.hxx +++ b/binaryurp/source/outgoingrequest.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX #define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX -#include "sal/config.h" +#include -#include "typelib/typedescription.hxx" +#include namespace binaryurp { diff --git a/binaryurp/source/outgoingrequests.cxx b/binaryurp/source/outgoingrequests.cxx index 705ae2cbda5e..d18c01434f8f 100644 --- a/binaryurp/source/outgoingrequests.cxx +++ b/binaryurp/source/outgoingrequests.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "com/sun/star/uno/RuntimeException.hpp" -#include "rtl/byteseq.hxx" -#include "osl/mutex.hxx" +#include +#include +#include #include "lessoperators.hxx" #include "outgoingrequest.hxx" diff --git a/binaryurp/source/outgoingrequests.hxx b/binaryurp/source/outgoingrequests.hxx index f774dab7c438..e085288bf971 100644 --- a/binaryurp/source/outgoingrequests.hxx +++ b/binaryurp/source/outgoingrequests.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX #define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX -#include "sal/config.h" +#include #include #include -#include "osl/mutex.hxx" +#include namespace binaryurp { struct OutgoingRequest; } namespace rtl { class ByteSequence; } diff --git a/binaryurp/source/proxy.cxx b/binaryurp/source/proxy.cxx index d7c7ba410631..5f83660f1ddd 100644 --- a/binaryurp/source/proxy.cxx +++ b/binaryurp/source/proxy.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include -#include "cppuhelper/exc_hlp.hxx" -#include "o3tl/runtimetooustring.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.h" -#include "typelib/typedescription.hxx" -#include "uno/any2.h" -#include "uno/dispatcher.h" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" diff --git a/binaryurp/source/proxy.hxx b/binaryurp/source/proxy.hxx index e8ed0fea2dad..238685d4e4be 100644 --- a/binaryurp/source/proxy.hxx +++ b/binaryurp/source/proxy.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_BINARYURP_SOURCE_PROXY_HXX #define INCLUDED_BINARYURP_SOURCE_PROXY_HXX -#include "sal/config.h" +#include #include #include -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "typelib/typedescription.h" -#include "typelib/typedescription.hxx" -#include "uno/any2.h" -#include "uno/dispatcher.h" +#include +#include +#include +#include +#include +#include namespace binaryurp { class Bridge; } namespace com { namespace sun { namespace star { namespace uno { diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx index b50d3d50c187..7ce1ba1244c3 100644 --- a/binaryurp/source/reader.cxx +++ b/binaryurp/source/reader.cxx @@ -17,31 +17,31 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include #include -#include "com/sun/star/connection/XConnection.hpp" -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Exception.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/Type.hxx" -#include "com/sun/star/uno/XCurrentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppu/unotype.hxx" -#include "rtl/byteseq.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "typelib/typeclass.h" -#include "typelib/typedescription.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" diff --git a/binaryurp/source/reader.hxx b/binaryurp/source/reader.hxx index c4a7355ed7dd..6510bbb30706 100644 --- a/binaryurp/source/reader.hxx +++ b/binaryurp/source/reader.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_BINARYURP_SOURCE_READER_HXX #define INCLUDED_BINARYURP_SOURCE_READER_HXX -#include "sal/config.h" - -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/thread.hxx" -#include "typelib/typedescription.hxx" +#include + +#include +#include +#include +#include +#include +#include #include "readerstate.hxx" diff --git a/binaryurp/source/readerstate.hxx b/binaryurp/source/readerstate.hxx index 879b0851279f..5b401faec1ca 100644 --- a/binaryurp/source/readerstate.hxx +++ b/binaryurp/source/readerstate.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX #define INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX -#include "sal/config.h" +#include -#include "rtl/byteseq.hxx" -#include "rtl/ustring.hxx" -#include "typelib/typedescription.hxx" +#include +#include +#include #include "cache.hxx" diff --git a/binaryurp/source/specialfunctionids.hxx b/binaryurp/source/specialfunctionids.hxx index 2aa88a239f44..ef147a326be9 100644 --- a/binaryurp/source/specialfunctionids.hxx +++ b/binaryurp/source/specialfunctionids.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX #define INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX -#include "sal/config.h" +#include namespace binaryurp { 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" diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx index 0cbb1193c9ed..86378497a372 100644 --- a/binaryurp/source/unmarshal.hxx +++ b/binaryurp/source/unmarshal.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX #define INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX -#include "sal/config.h" +#include #include -#include "com/sun/star/uno/Sequence.hxx" -#include "rtl/ref.hxx" -#include "sal/types.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include namespace binaryurp { class BinaryAny; diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx index 9c71763c738d..14b87449926a 100644 --- a/binaryurp/source/writer.cxx +++ b/binaryurp/source/writer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -26,14 +26,14 @@ #include #include -#include "com/sun/star/connection/XConnection.hpp" -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/uno/XCurrentContext.hpp" -#include "cppuhelper/exc_hlp.hxx" -#include "osl/mutex.hxx" -#include "sal/log.hxx" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "bridge.hxx" diff --git a/binaryurp/source/writer.hxx b/binaryurp/source/writer.hxx index d5f7e3d3a36a..42ea687cea7a 100644 --- a/binaryurp/source/writer.hxx +++ b/binaryurp/source/writer.hxx @@ -20,19 +20,19 @@ #ifndef INCLUDED_BINARYURP_SOURCE_WRITER_HXX #define INCLUDED_BINARYURP_SOURCE_WRITER_HXX -#include "sal/config.h" +#include #include #include -#include "osl/conditn.hxx" -#include "osl/mutex.hxx" -#include "rtl/byteseq.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "salhelper/thread.hxx" -#include "typelib/typedescription.hxx" -#include "uno/dispatcher.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include "binaryany.hxx" #include "marshal.hxx" diff --git a/binaryurp/source/writerstate.hxx b/binaryurp/source/writerstate.hxx index 94207959a5a8..3386ef94335f 100644 --- a/binaryurp/source/writerstate.hxx +++ b/binaryurp/source/writerstate.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX #define INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX -#include "sal/config.h" +#include -#include "rtl/byteseq.hxx" -#include "rtl/ustring.hxx" -#include "typelib/typedescription.hxx" +#include +#include +#include #include "cache.hxx" -- cgit