diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-12 12:28:03 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-13 09:09:49 +0200 |
commit | 6abfb78333faa11a7790eb18a79753992efc2737 (patch) | |
tree | fc7e2c40991772aa84d8c062ab0f1991166ca231 /sw/source/ui/fldui/flddok.hxx | |
parent | d2c7b60ee9591e3d951950e7b230dc271d3483f2 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6dcdf9865589b1886a3ebaa1f37cbe8e2da7c98d
Reviewed-on: https://gerrit.libreoffice.org/77348
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/fldui/flddok.hxx')
-rw-r--r-- | sw/source/ui/fldui/flddok.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/fldui/flddok.hxx b/sw/source/ui/fldui/flddok.hxx index 8ee99cf74b27..88a7b3ecbee7 100644 --- a/sw/source/ui/fldui/flddok.hxx +++ b/sw/source/ui/fldui/flddok.hxx @@ -20,11 +20,6 @@ #define INCLUDED_SW_SOURCE_UI_FLDUI_FLDDOK_HXX #include <sfx2/tabdlg.hxx> -#include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/button.hxx> -#include <vcl/edit.hxx> -#include <vcl/field.hxx> #include <numfmtlb.hxx> #include "fldpage.hxx" |