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 /sd/source/ui | |
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 'sd/source/ui')
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index 316678f1e4e8..c4d17ef6c380 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -20,11 +20,6 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_TPOPTION_HXX #define INCLUDED_SD_SOURCE_UI_INC_TPOPTION_HXX -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/fixed.hxx> -#include <vcl/field.hxx> -#include <vcl/button.hxx> #include <sfx2/tabdlg.hxx> #include <svx/optgrid.hxx> |