Kaydet (Commit) f17bc7f5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: bridges (macOS)

Change-Id: I9df97c6684de7dfc60f79dd11abaed069e5f08b2
üst 5460a1dc
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
OTHER DEALINGS IN THE SOFTWARE. OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */ ----------------------------------------------------------------------- */
#include "sal/config.h" #include <sal/config.h>
#include "abi.hxx" #include "abi.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <sal/config.h> #include <sal/config.h>
#include <call.hxx> #include "call.hxx"
void privateSnippetExecutor() void privateSnippetExecutor()
{ {
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstring> #include <cstring>
#include "cppu/macros.hxx" #include <cppu/macros.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typeclass.h" #include <typelib/typeclass.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "abi.hxx" #include "abi.hxx"
#include "callvirtualmethod.hxx" #include "callvirtualmethod.hxx"
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX #ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX #define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#include "sal/config.h" #include <sal/config.h>
#include "cppu/macros.hxx" #include <cppu/macros.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
namespace CPPU_CURRENT_NAMESPACE { namespace CPPU_CURRENT_NAMESPACE {
......
...@@ -25,14 +25,14 @@ ...@@ -25,14 +25,14 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include <uno/data.h> #include <uno/data.h>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include "bridge.hxx" #include <bridge.hxx>
#include "cppinterfaceproxy.hxx" #include <cppinterfaceproxy.hxx>
#include "types.hxx" #include <types.hxx>
#include "vtablefactory.hxx" #include <vtablefactory.hxx>
#include "abi.hxx" #include "abi.hxx"
#include "call.hxx" #include "call.hxx"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include <new> #include <new>
...@@ -28,14 +28,14 @@ ...@@ -28,14 +28,14 @@
#include <cxxabi.h> #include <cxxabi.h>
#include <dlfcn.h> #include <dlfcn.h>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/genfunc.hxx" #include <com/sun/star/uno/genfunc.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "rtl/ustrbuf.hxx" #include <rtl/ustrbuf.hxx>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "uno/any2.h" #include <uno/any2.h>
#include <unordered_map> #include <unordered_map>
#include "share.hxx" #include "share.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX #ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX #define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#include "uno/mapping.h" #include <uno/mapping.h>
#include <typeinfo> #include <typeinfo>
#include <exception> #include <exception>
......
...@@ -22,17 +22,17 @@ ...@@ -22,17 +22,17 @@
#include <exception> #include <exception>
#include <typeinfo> #include <typeinfo>
#include "rtl/alloc.h" #include <rtl/alloc.h>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include <o3tl/runtimetooustring.hxx> #include <o3tl/runtimetooustring.hxx>
#include <uno/data.h> #include <uno/data.h>
#include <bridge.hxx> #include <bridge.hxx>
#include <types.hxx> #include <types.hxx>
#include "unointerfaceproxy.hxx" #include <unointerfaceproxy.hxx>
#include "vtables.hxx" #include <vtables.hxx>
#include "abi.hxx" #include "abi.hxx"
#include "callvirtualmethod.hxx" #include "callvirtualmethod.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment