diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 17:25:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 09:50:57 +0200 |
commit | 489a544b80e5920dbdbc03d5bda61eda777a6a68 (patch) | |
tree | c8801e4fb3e8b7f4b2c10959e25c6001fd1962ca /sw/source/uibase | |
parent | 9e827baed18bbcd410029dbcb81ac5a0da2cc6b4 (diff) |
drop some unnecessary includes
Change-Id: Ib73e1e87d3b2c0a38dd56d891f4ade84845ce228
Reviewed-on: https://gerrit.libreoffice.org/80064
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/dbui/dbmgr.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/mailmrge.hxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index c8fc136a4b9f..6c059feda08b 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -50,7 +50,6 @@ #include <sfx2/viewfrm.hxx> #include <dbconfig.hxx> #include <pagedesc.hxx> -#include <vcl/lstbox.hxx> #include <unotools/tempfile.hxx> #include <unotools/pathoptions.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx index a123aecd3d35..c1027c8aec5c 100644 --- a/sw/source/uibase/inc/mailmrge.hxx +++ b/sw/source/uibase/inc/mailmrge.hxx @@ -22,14 +22,6 @@ #include <memory> #include <sfx2/basedlgs.hxx> -#include <vcl/button.hxx> - -#include <vcl/field.hxx> - -#include <vcl/fixed.hxx> -#include <vcl/edit.hxx> - -#include <vcl/lstbox.hxx> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Reference.h> |