diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 10:20:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 14:50:02 +0200 |
commit | 32c2ecb607af3176a806969e26a8cad0364be286 (patch) | |
tree | 89f82e89a7452f9f56d0a37d4b86b9177de03260 /sc | |
parent | a9f3cee384d9715d289a9a055f085c999b193d3c (diff) |
drop some unneeded includes
Change-Id: I78b9682968acea7564554fb589d2759b6c8e67d0
Reviewed-on: https://gerrit.libreoffice.org/70126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/scuiautofmt.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index fa5ced63c8b2..f933fc0ffa41 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -19,9 +19,6 @@ #undef SC_DLLIMPLEMENTATION -#include <vcl/button.hxx> -#include <vcl/dialog.hxx> -#include <vcl/lstbox.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/strings.hrc> |