diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-20 20:37:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-21 09:55:16 +0200 |
commit | 6010da281c57c007f3dfcbd1c3c12d351d01205c (patch) | |
tree | 7b5432c52d2648e44b583043ff40b4d6daece43d /sfx2/source | |
parent | d4b2875752d06a4811598b1685afcb0485fe2755 (diff) |
drop some unnecessary includes
Change-Id: Idf507ea5a9790bf54ef98ed4f0cc89e2c01cc8eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94606
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index e10e45fca4be..2e81c71f54ca 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -65,9 +65,6 @@ #include <bitmaps.hlst> #include <sfx2/viewfrm.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <comphelper/string.hxx> #include <sfx2/StyleManager.hxx> |