diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-20 13:25:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-25 10:15:07 +0200 |
commit | 07359ea21cf27e29d3e642d6ff1851155888a875 (patch) | |
tree | ee71a849e1b62fa74f5554628d643daf0d89f808 /vcl/source/gdi/gradient.cxx | |
parent | ce3badb157c58941608f878a7de98c7739e30aec (diff) |
tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/
Also recheck vcl/source after recent reworks and f-u-i updates.
Some new blacklist entries were needed for keeping existing
fw declarations in headers.
Add blacklist entries for removals causing no-pch build failures
that were reverted in:
a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f
75d924db95559cff5f699bad8fe34bb0aeac0ff6
b57052ec2bbe548ca495a32b4bfce1d1c71caf33
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I71227806288b68ef2a2cd56244899fd56bd0db8d
Reviewed-on: https://gerrit.libreoffice.org/81163
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/gdi/gradient.cxx')
-rw-r--r-- | vcl/source/gdi/gradient.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/gradient.cxx b/vcl/source/gdi/gradient.cxx index 1c79d6c9fc7f..12bfc93c0d76 100644 --- a/vcl/source/gdi/gradient.cxx +++ b/vcl/source/gdi/gradient.cxx @@ -17,11 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/stream.hxx> -#include <tools/vcompat.hxx> #include <tools/gen.hxx> -#include <tools/GenericTypeSerializer.hxx> -#include <TypeSerializer.hxx> #include <vcl/gradient.hxx> Impl_Gradient::Impl_Gradient() : |