diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 09:48:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 15:29:12 +0100 |
commit | 44754323eb546c45c56803a1af14652fde25b5d7 (patch) | |
tree | 91ca28baa95ea096ffd6427f1a23e1f01372daca /formula | |
parent | 3288d88e0c0842a44aa959e41cc665b9cf3804b9 (diff) |
drop some unnecessary includes
Change-Id: I474b5762e6a07982fddc0315a67181399ea4c30e
Reviewed-on: https://gerrit.libreoffice.org/64156
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/parawin.hxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index b5469edc0081..adfe4e210f2d 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -25,7 +25,6 @@ #include <vcl/mnemonic.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> -#include <vcl/lstbox.hxx> #include <vcl/wall.hxx> #include <vcl/layout.hxx> #include <vcl/idle.hxx> diff --git a/formula/source/ui/dlg/parawin.hxx b/formula/source/ui/dlg/parawin.hxx index 292785bc3a2f..e2dff8d76467 100644 --- a/formula/source/ui/dlg/parawin.hxx +++ b/formula/source/ui/dlg/parawin.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX #include <svtools/svmedit.hxx> -#include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index dc7b53a40b16..17700aa08fd0 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX -#include <vcl/lstbox.hxx> #include <svtools/svmedit.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> |