diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-31 16:52:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-01-13 08:26:15 +0100 |
commit | 840b4eb2f3443ff883016e6a8a8ae49e9cbd9e4e (patch) | |
tree | a6de1d9baaa9f3e9532714e8105f73160fb1a555 /configmgr | |
parent | 8d2bf9b679dec223a78e1fd8f3684f76c5802bae (diff) |
Recheck modules [a-c]* with IWYU
See tdf#42949 for motivation
Change-Id: I74a3c3a67c3639376e2251c3eb917fa4139dfbd0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127808
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/IwyuFilter_configmgr.yaml | 1 | ||||
-rw-r--r-- | configmgr/source/access.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/IwyuFilter_configmgr.yaml b/configmgr/IwyuFilter_configmgr.yaml index 3a54ce434a21..5cb79e6ae069 100644 --- a/configmgr/IwyuFilter_configmgr.yaml +++ b/configmgr/IwyuFilter_configmgr.yaml @@ -24,6 +24,7 @@ excludelist: # Actually used - vector - com/sun/star/uno/XInterface.hpp + - com/sun/star/uno/Sequence.hxx configmgr/source/configurationprovider.cxx: # Actually used - com/sun/star/uno/XInterface.hpp diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index 95c5de4ed47a..30e75eb9e8b7 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -57,7 +57,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> -#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> |