diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-10-13 17:05:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-10-14 08:34:53 +0200 |
commit | 538d69a4c9e382b95ea9a42fa7e51efad22b6807 (patch) | |
tree | 9b49093da0263239e663bca34f07af84fa482bf1 /bridges | |
parent | 2f43642d5c6cc9662a1f7f50bf215609cee1f634 (diff) |
loplugin:includeform (clang-cl)
Change-Id: If1cffd3896d87695ba189728d8c1f1f04d55b6b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104242
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx index 872cc079a984..15aa14d9b90b 100644 --- a/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx +++ b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx @@ -24,10 +24,10 @@ #include <uno/data.h> #include <typelib/typedescription.hxx> -#include "bridge.hxx" -#include "cppinterfaceproxy.hxx" -#include "types.hxx" -#include "vtablefactory.hxx" +#include <bridge.hxx> +#include <cppinterfaceproxy.hxx> +#include <types.hxx> +#include <vtablefactory.hxx> #include <msvc/except.hxx> #include <msvc/cpp2uno.hxx> |