diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-03-31 23:57:29 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-04-02 23:32:08 +0200 |
commit | 52ef78f4923283e6e52d575bec81985b031cb30b (patch) | |
tree | 3ef67b1442cac191c484668de1d5e9ad536ebce5 /toolkit/inc/controls | |
parent | f628a7dbae3f74eb1c0823f0fac79ee64f5a4952 (diff) |
Recheck modules t* with IWYU
See tdf#42949 for motivation
Change-Id: I109fa07d52721fd10354de07a2ed995ffa2f27c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132369
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'toolkit/inc/controls')
-rw-r--r-- | toolkit/inc/controls/accessiblecontrolcontext.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/controls/animatedimages.hxx | 1 | ||||
-rw-r--r-- | toolkit/inc/controls/controlmodelcontainerbase.hxx | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/toolkit/inc/controls/accessiblecontrolcontext.hxx b/toolkit/inc/controls/accessiblecontrolcontext.hxx index ea4f959b853e..d5233cc54d52 100644 --- a/toolkit/inc/controls/accessiblecontrolcontext.hxx +++ b/toolkit/inc/controls/accessiblecontrolcontext.hxx @@ -23,7 +23,7 @@ #include <comphelper/accimplaccess.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/lang/XEventListener.hpp> -#include <vcl/vclptr.hxx> +#include <rtl/ref.hxx> namespace vcl { class Window; } namespace com::sun::star::awt { class XWindow; } diff --git a/toolkit/inc/controls/animatedimages.hxx b/toolkit/inc/controls/animatedimages.hxx index 0afd921f478a..a341447c5366 100644 --- a/toolkit/inc/controls/animatedimages.hxx +++ b/toolkit/inc/controls/animatedimages.hxx @@ -22,7 +22,6 @@ #include <toolkit/controls/unocontrolmodel.hxx> #include <com/sun/star/awt/XAnimatedImages.hpp> #include <cppuhelper/implbase1.hxx> -#include <memory> namespace com::sun::star::container { class XContainerListener; } namespace com::sun::star::uno { class XComponentContext; } diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx index 768474ffd116..1bbc3f301b16 100644 --- a/toolkit/inc/controls/controlmodelcontainerbase.hxx +++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx @@ -34,7 +34,6 @@ #include <toolkit/controls/unocontrolmodel.hxx> #include <controls/unocontrolcontainer.hxx> #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/basemutex.hxx> #include <com/sun/star/awt/tab/XTabPageModel.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <comphelper/interfacecontainer3.hxx> |