From 6beaa8aae6b4a56ceb2075d131b6ae319ef9ea9d Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 11 Oct 2017 01:37:03 +0300 Subject: bridges: consistently use "" and <> in include directives Change-Id: I8fb8e4fad4d6bfb4e24648833826f1a7e211b062 Reviewed-on: https://gerrit.libreoffice.org/43320 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- bridges/inc/bridge.hxx | 8 ++++---- bridges/inc/cppinterfaceproxy.hxx | 12 ++++++------ bridges/inc/types.hxx | 4 ++-- bridges/inc/unointerfaceproxy.hxx | 10 +++++----- bridges/inc/vtablefactory.hxx | 10 +++++----- bridges/inc/vtables.hxx | 4 ++-- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/bridges/inc/bridge.hxx b/bridges/inc/bridge.hxx index a01bb42bc163..bae89b4b1364 100644 --- a/bridges/inc/bridge.hxx +++ b/bridges/inc/bridge.hxx @@ -25,10 +25,10 @@ #include #include -#include "sal/types.h" -#include "typelib/typedescription.h" -#include "uno/environment.h" -#include "uno/mapping.h" +#include +#include +#include +#include namespace bridges { namespace cpp_uno { namespace shared { diff --git a/bridges/inc/cppinterfaceproxy.hxx b/bridges/inc/cppinterfaceproxy.hxx index 00972829a53c..fb25532855eb 100644 --- a/bridges/inc/cppinterfaceproxy.hxx +++ b/bridges/inc/cppinterfaceproxy.hxx @@ -25,12 +25,12 @@ #include #include -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.h" -#include "uno/dispatcher.h" -#include "uno/environment.h" -#include "vtablefactory.hxx" +#include +#include +#include +#include +#include +#include namespace com { namespace sun { namespace star { namespace uno { class XInterface; diff --git a/bridges/inc/types.hxx b/bridges/inc/types.hxx index 12e8812b5c8e..9612232228e3 100644 --- a/bridges/inc/types.hxx +++ b/bridges/inc/types.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_BRIDGES_INC_TYPES_HXX #define INCLUDED_BRIDGES_INC_TYPES_HXX -#include "typelib/typeclass.h" -#include "typelib/typedescription.h" +#include +#include namespace bridges { namespace cpp_uno { namespace shared { diff --git a/bridges/inc/unointerfaceproxy.hxx b/bridges/inc/unointerfaceproxy.hxx index c76b62dd28b0..ba3ddcbb5624 100644 --- a/bridges/inc/unointerfaceproxy.hxx +++ b/bridges/inc/unointerfaceproxy.hxx @@ -25,11 +25,11 @@ #include #include -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.h" -#include "uno/dispatcher.h" -#include "uno/environment.h" +#include +#include +#include +#include +#include namespace com { namespace sun { namespace star { namespace uno { class XInterface; diff --git a/bridges/inc/vtablefactory.hxx b/bridges/inc/vtablefactory.hxx index 3d431efc4409..e099f3b3251a 100644 --- a/bridges/inc/vtablefactory.hxx +++ b/bridges/inc/vtablefactory.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_BRIDGES_INC_VTABLEFACTORY_HXX #define INCLUDED_BRIDGES_INC_VTABLEFACTORY_HXX -#include "osl/mutex.hxx" -#include "rtl/alloc.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.hxx" +#include +#include +#include +#include +#include #include diff --git a/bridges/inc/vtables.hxx b/bridges/inc/vtables.hxx index cd4c2f183c02..bf4edc6c3564 100644 --- a/bridges/inc/vtables.hxx +++ b/bridges/inc/vtables.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_BRIDGES_INC_VTABLES_HXX #define INCLUDED_BRIDGES_INC_VTABLES_HXX -#include "sal/types.h" -#include "typelib/typedescription.h" +#include +#include namespace bridges { namespace cpp_uno { namespace shared { -- cgit