diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 17:08:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 20:19:14 +0200 |
commit | ba6723431afa843232fadf44e12ddab44e85c9f0 (patch) | |
tree | 48f6d3ea0c4713d2ce1cefee3fca59b9630a1461 /toolkit | |
parent | 2b9f23b9b8a62d82691233d789e830b3bde7b3da (diff) |
drop unnecessary vcl/group.hxx includes
Change-Id: I09d86ee7e156ac71d7c1f9fd58d43751037d2629
Reviewed-on: https://gerrit.libreoffice.org/61761
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/scrollabledialog.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/controls/unocontrols.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx index fe0da4118e3f..ff9abf48b58d 100644 --- a/toolkit/source/awt/scrollabledialog.cxx +++ b/toolkit/source/awt/scrollabledialog.cxx @@ -18,7 +18,6 @@ */ #include <helper/scrollabledialog.hxx> -#include <vcl/group.hxx> #include <vcl/settings.hxx> namespace toolkit diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index f56d8b224056..219433ff135f 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -57,8 +57,6 @@ #include <vcl/settings.hxx> #include <tools/diagnose_ex.h> -#include <vcl/group.hxx> - #include <helper/accessibilityclient.hxx> #include <helper/imagealign.hxx> #include <helper/msgbox.hxx> diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index f470cae677aa..f093137f35e6 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -49,7 +49,6 @@ #include <vcl/svapp.hxx> #include <vcl/edit.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> |