diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-24 00:17:20 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-30 16:10:57 +0100 |
commit | 7b5193e2ae9eceba881163787b98c90f2310056d (patch) | |
tree | 8bbd62c065d2ba8c67d41c5236b2fcb77136f1c2 /remotebridges | |
parent | 026e2f437e969d75209ed05211e7f02349035b98 (diff) |
Recheck modules [o-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I6b4b05a5e59b256653c4caf5297fffd601b45083
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128845
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/unourl_resolver/unourl_resolver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx index 9aa8293fa67b..6dc273ab365e 100644 --- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx +++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/bridge/XBridgeFactory.hpp> #include <com/sun/star/bridge/XUnoUrlResolver.hpp> #include <com/sun/star/connection/XConnector.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/unourl.hxx> @@ -35,7 +34,6 @@ using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::connection; using namespace com::sun::star::bridge; -using namespace com::sun::star::registry; namespace unourl_resolver { |