diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-07-01 21:24:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-08-03 10:23:10 +0200 |
commit | 32090b018d9ff81659a4c9ed41c64109ebebe4fc (patch) | |
tree | 2448a8097551d84cd5f201a803a4ad1731e600db /include/vcl/toolkit | |
parent | da09a3cf14ea2c7690b98ec32639125087bcf18f (diff) |
tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxx
Recheck after 7-0 branchoff
Also drop the now unused file include/vcl/field.hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9e54c82f50d1e02a0f99858939cac999fc66f7de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99261
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r-- | include/vcl/toolkit/field.hxx | 1 | ||||
-rw-r--r-- | include/vcl/toolkit/spinfld.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx index 705e734c20d9..714ff87de2c9 100644 --- a/include/vcl/toolkit/field.hxx +++ b/include/vcl/toolkit/field.hxx @@ -27,7 +27,6 @@ #include <tools/date.hxx> #include <tools/fldunit.hxx> #include <tools/time.hxx> -#include <tools/link.hxx> #include <vcl/toolkit/combobox.hxx> #include <vcl/toolkit/spinfld.hxx> diff --git a/include/vcl/toolkit/spinfld.hxx b/include/vcl/toolkit/spinfld.hxx index 7afe3e210af0..5eca1f13fbbe 100644 --- a/include/vcl/toolkit/spinfld.hxx +++ b/include/vcl/toolkit/spinfld.hxx @@ -26,7 +26,6 @@ #include <vcl/dllapi.h> #include <vcl/edit.hxx> #include <vcl/timer.hxx> -#include <config_options.h> class VCL_DLLPUBLIC SpinField : public Edit { |