diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:02:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:18:40 +0200 |
commit | ab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch) | |
tree | 3d26813fb5075c02a5be42675fce201bed60ab51 /svtools/source/dialogs | |
parent | 48912b3516ef7790ba5e18c000e88cbb1989587f (diff) |
drop some unnecessary includes
Change-Id: I4cbfe7e0d31217cf7790f656156a7e9a58b4e82f
Reviewed-on: https://gerrit.libreoffice.org/78344
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 708a4efbea4c..a443516cd4ef 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -26,10 +26,8 @@ #include <comphelper/interaction.hxx> #include <comphelper/string.hxx> #include <unotools/configitem.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/stdtext.hxx> +#include <vcl/svapp.hxx> #include <vcl/waitobj.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> |