diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 21:40:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-13 13:57:14 +0200 |
commit | 00ae441bc7265b203e0ae2b95f14f7312172540d (patch) | |
tree | 41f07dc607a0bd59f5a534eaaf401ab7bc202a8a /svx/source | |
parent | 349919440b1454eda2de783a0c3e6bd3bae4542b (diff) |
drop some unneeded includes
Change-Id: I3c9a3b73c099b70bdbd6b16688e83ee01231a27e
Reviewed-on: https://gerrit.libreoffice.org/72204
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 495bce023485..c519ef1f1bfc 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -18,11 +18,8 @@ */ #include <comphelper/processfactory.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <unotools/textsearch.hxx> |