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/unx/gtk3/gtk3gtkdata.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/unx/gtk3/gtk3gtkdata.cxx')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkdata.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkdata.cxx b/vcl/unx/gtk3/gtk3gtkdata.cxx index f15f099ab646..e1c19825de3c 100644 --- a/vcl/unx/gtk3/gtk3gtkdata.cxx +++ b/vcl/unx/gtk3/gtk3gtkdata.cxx @@ -18,14 +18,9 @@ */ #include <unistd.h> -#include <fcntl.h> #include <stdio.h> -#include <string.h> #include <stdlib.h> -#include <limits.h> -#include <errno.h> -#include <poll.h> #if defined(FREEBSD) || defined(NETBSD) #include <sys/types.h> #include <sys/time.h> @@ -34,27 +29,14 @@ #include <unx/gtk/gtkdata.hxx> #include <unx/gtk/gtkinst.hxx> #include <unx/gtk/gtkframe.hxx> -#include <unx/gtk/gtksalmenu.hxx> -#include <unx/salobj.h> -#include <unx/geninst.h> #include <bitmaps.hlst> #include <cursor_hotspots.hxx> #include <osl/thread.h> #include <osl/process.h> -#include <unx/i18n_im.hxx> -#include <unx/i18n_xkb.hxx> -#include <unx/wmadaptor.hxx> - #include <vcl/svapp.hxx> -#include <vcl/BitmapTools.hxx> #include <sal/log.hxx> -#ifdef GDK_WINDOWING_X11 -# include <gdk/gdkx.h> -#endif - -#include <cppuhelper/exc_hlp.hxx> #include <chrono> |