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/graphic | |
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/graphic')
-rw-r--r-- | vcl/source/graphic/UnoGraphic.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/graphic/UnoGraphic.cxx b/vcl/source/graphic/UnoGraphic.cxx index 447d8d451921..4fddaebd6cdb 100644 --- a/vcl/source/graphic/UnoGraphic.cxx +++ b/vcl/source/graphic/UnoGraphic.cxx @@ -28,7 +28,6 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> -#include <string.h> using namespace com::sun::star; |