diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-24 20:40:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-28 09:29:37 +0200 |
commit | 55402d82c5a81322ff7bca3c277a8813bd967a09 (patch) | |
tree | bf3d5a9e0b91cabcdf01cf5dbdc82adc2ee05938 /vcl/source/control | |
parent | 001a5c47353cc87ce4f1d65d2e190e003e727d9e (diff) |
tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/
Plus a quick recheck for files in vcl/source/[a-g]*/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia1ae951047be2e034da5f3b0422613ddb0a091ad
Reviewed-on: https://gerrit.libreoffice.org/78065
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/hyperlabel.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/imivctl.hxx | 1 | ||||
-rw-r--r-- | vcl/source/control/imivctl1.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/ivctrl.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/wizdlg.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/hyperlabel.cxx b/vcl/source/control/hyperlabel.cxx index d65a35959f5a..ff0de4c8dd06 100644 --- a/vcl/source/control/hyperlabel.cxx +++ b/vcl/source/control/hyperlabel.cxx @@ -21,7 +21,6 @@ #include <tools/color.hxx> #include <vcl/event.hxx> #include <vcl/settings.hxx> -#include <vcl/tabpage.hxx> #include <vcl/ptrstyle.hxx> namespace vcl diff --git a/vcl/source/control/imivctl.hxx b/vcl/source/control/imivctl.hxx index 0295ff9eabda..3fccbef90299 100644 --- a/vcl/source/control/imivctl.hxx +++ b/vcl/source/control/imivctl.hxx @@ -26,7 +26,6 @@ #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include <vcl/vclptr.hxx> -#include <vcl/seleng.hxx> #include <tools/debug.hxx> #include <vcl/svtaccessiblefactory.hxx> diff --git a/vcl/source/control/imivctl1.cxx b/vcl/source/control/imivctl1.cxx index 333402bdeb5b..770f8770a0ca 100644 --- a/vcl/source/control/imivctl1.cxx +++ b/vcl/source/control/imivctl1.cxx @@ -29,7 +29,6 @@ #include <vcl/lineinfo.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/mnemonic.hxx> -#include <vcl/controllayout.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx index 8841483c9c88..a096ce63725e 100644 --- a/vcl/source/control/ivctrl.cxx +++ b/vcl/source/control/ivctrl.cxx @@ -23,7 +23,6 @@ #include <vcl/accessiblefactory.hxx> #include <vcl/bitmapex.hxx> #include <vcl/commandevent.hxx> -#include <vcl/controllayout.hxx> #include <vcl/mnemonic.hxx> #include <vcl/settings.hxx> #include <vcl/tabctrl.hxx> diff --git a/vcl/source/control/wizdlg.cxx b/vcl/source/control/wizdlg.cxx index 9c6b17c88241..be909bbdd92f 100644 --- a/vcl/source/control/wizdlg.cxx +++ b/vcl/source/control/wizdlg.cxx @@ -19,7 +19,6 @@ #include <osl/diagnose.h> #include <vcl/event.hxx> -#include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/tabpage.hxx> #include <vcl/wizdlg.hxx> |