diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:41:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:19:21 +0200 |
commit | 53046ce16303824a231f106c2a747a02f7bb3bcf (patch) | |
tree | 1a19245fad63f289dd42bc1c3a3bb146c1cff67f /svx | |
parent | 8e0bcc9beb36628df2bf239e82dede15464f6556 (diff) |
drop some unnecessary includes
Change-Id: I1abef2c2318e83aa8045d2b4763e74f45b4755e5
Reviewed-on: https://gerrit.libreoffice.org/78347
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/imapdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index cdd3508c87c3..ab0de72dfd88 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -36,8 +36,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/docfile.hxx> #include <unotools/localedatawrapper.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/weld.hxx> #include <svx/imapdlg.hxx> #include <svx/dialmgr.hxx> |