From 538d69a4c9e382b95ea9a42fa7e51efad22b6807 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Oct 2020 17:05:17 +0200 Subject: loplugin:includeform (clang-cl) Change-Id: If1cffd3896d87695ba189728d8c1f1f04d55b6b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104242 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bridges') 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 #include -#include "bridge.hxx" -#include "cppinterfaceproxy.hxx" -#include "types.hxx" -#include "vtablefactory.hxx" +#include +#include +#include +#include #include #include -- cgit