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/bridge.hxx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'binaryurp/source/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" -- cgit