diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 11:57:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 20:35:34 +0200 |
commit | 6e9d87399c114e3b9332ad33d88165b78c8cd81e (patch) | |
tree | d896c6354a2deeff1ad7e3b8d42e6a7ef2663a94 /include | |
parent | bf74427bce9fff4370394d82dab62e0554109c36 (diff) |
remove some unused includes
Change-Id: I1a3512fd7fd50379ecd25389a894c2a3aadb7edb
Reviewed-on: https://gerrit.libreoffice.org/74035
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 6dbca6532469..3f25e3403543 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -31,14 +31,7 @@ #include <svtools/ctrlbox.hxx> -#include <vcl/edit.hxx> -#include <vcl/field.hxx> #include <vcl/idle.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/scrbar.hxx> -#include <vcl/fixed.hxx> -#include <vcl/ctrl.hxx> #include <sfx2/tabdlg.hxx> |