diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-01 15:53:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-01 21:27:58 +0200 |
commit | 3f78d508b97eff106ff8b9d4dc7d433f17d3e26f (patch) | |
tree | 79400a3b71153b14130c1eb6329a8a2d3d075150 /basctl | |
parent | c8df6f7bfc358a730705eeaf409968b6c457052b (diff) |
drop unnecessary includes
Change-Id: I12c02a03202d778d9c2d7bf41022db64af492e04
Reviewed-on: https://gerrit.libreoffice.org/70075
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/managelang.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx index e040aaee1a1d..24f408336e17 100644 --- a/basctl/source/inc/managelang.hxx +++ b/basctl/source/inc/managelang.hxx @@ -20,10 +20,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_MANAGELANG_HXX #define INCLUDED_BASCTL_SOURCE_INC_MANAGELANG_HXX -#include <svx/checklbx.hxx> -#include <vcl/button.hxx> -#include <vcl/dialog.hxx> -#include <vcl/fixed.hxx> +#include <vcl/weld.hxx> class LanguageBox; |