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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/UserAdmin.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/dsselect.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/WCPage.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdmin.hxx b/dbaccess/source/ui/dlg/UserAdmin.hxx index 088454a2cf5d..5697ae578db0 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.hxx +++ b/dbaccess/source/ui/dlg/UserAdmin.hxx @@ -24,7 +24,6 @@ #include <vcl/lstbox.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> -#include <vcl/group.hxx> #include <TableGrantCtrl.hxx> #include "adminpages.hxx" diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx index 0ab598c8bcc9..944d59fbcd10 100644 --- a/dbaccess/source/ui/dlg/dsselect.hxx +++ b/dbaccess/source/ui/dlg/dsselect.hxx @@ -27,7 +27,6 @@ #include <vcl/dialog.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/fixed.hxx> #include <rtl/ustring.hxx> diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx index 388665c2c680..c826f0c0daaf 100644 --- a/dbaccess/source/ui/inc/WCPage.hxx +++ b/dbaccess/source/ui/inc/WCPage.hxx @@ -23,7 +23,6 @@ #include "QEnumTypes.hxx" #include <vcl/fixed.hxx> -#include <vcl/group.hxx> #include <vcl/edit.hxx> #include <vcl/button.hxx> |