diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-25 20:36:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-26 09:51:39 +0100 |
commit | 7fcdc7efe836f9ca71f80d3178a2578b63fb3fd8 (patch) | |
tree | f110c70395681b1131f5d71a05a1bee12c8e0244 /sfx2/source/appl | |
parent | a455d7888c8921499ab6494b460ea1415c54c89f (diff) |
drop unnecessary includes
Change-Id: I5305722d88ed947cbaf8015fc85d6b52900b7b75
Reviewed-on: https://gerrit.libreoffice.org/64003
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index a70166bbd8e2..ddea348f807f 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -29,7 +29,6 @@ #include <vcl/splitwin.hxx> #include <vcl/tabctrl.hxx> #include <vcl/combobox.hxx> -#include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/lstbox.hxx> #include <vcl/weld.hxx> |