diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-24 01:43:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-31 09:05:24 +0100 |
commit | 7513af89362a7d54e0210049d3644db5818950a5 (patch) | |
tree | 44778a5fbb1de7caea6feb16c01548cdb4192a27 /sc/inc/validat.hxx | |
parent | f4818faf83fef91099b2fee972ccf3cb25aedd30 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/
Found with bin/find-unneeded-includes after recent improvements
- remove UNO headers from blacklist
- remove newly found unneeded fw declarations
- fix up some not self contained headers
Change-Id: I605656bc98a64640a78d2ff4de9c7c37326033cf
Reviewed-on: https://gerrit.libreoffice.org/62264
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index a37df6a00127..f9e24adba552 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -23,7 +23,6 @@ #include "conditio.hxx" #include "scdllapi.h" -namespace vcl { class Window; } namespace weld { class Window; } namespace sc { |