diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-27 16:49:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-29 15:05:49 +0200 |
commit | 43d3f3a2d1f5a3dcfbd42368c4e86e24b80c6cbb (patch) | |
tree | 1bc2b67cbc3d52d325b79e4910d9b944bf9db473 /basctl | |
parent | b98c1b0617493426f54e15dc354d0d1597d17091 (diff) |
drop some unnecessary includes
Change-Id: I2ea014aab7463d7127df73a6efba0e06270bd756
Reviewed-on: https://gerrit.libreoffice.org/79755
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index c55b40e60c61..2673658205b7 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -38,8 +38,6 @@ #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> #include <vcl/svapp.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> #include <vcl/weld.hxx> #include <com/sun/star/io/Pipe.hpp> |