summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-05 01:00:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-16 09:48:56 +0200
commitecbe359df7d6842d232f0718dcaf004632bb39da (patch)
treee30cf2729c36126f45af807b81fa3a504d668c87 /vcl/unx/generic/window/salframe.cxx
parentb21be80c403abefa40cf9056d46b8c8e8d69a8ac (diff)
tdf#42949 Fix IWYU warnings in vcl/unx/generic/*
Also recheck vcl/inc/unx/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6e91c51892063b0ae6fe571753c4924f2481f3c2 Reviewed-on: https://gerrit.libreoffice.org/78618 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/unx/generic/window/salframe.cxx')
-rw-r--r--vcl/unx/generic/window/salframe.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 62c3fa9ddfe6..f5a3d872f7a5 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -17,21 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <tools/debug.hxx>
-#include <sal/alloca.h>
-
+#include <vcl/event.hxx>
#include <vcl/floatwin.hxx>
-#include <vcl/svapp.hxx>
#include <vcl/keycodes.hxx>
-#include <vcl/layout.hxx>
-#include <printerinfomanager.hxx>
#include <vcl/settings.hxx>
#include <vcl/bitmapaccess.hxx>
#include <vcl/opengl/OpenGLContext.hxx>
@@ -43,22 +37,17 @@
#include <X11/keysym.h>
#include <X11/extensions/shape.h>
-#include <unx/salunx.h>
#include <saldatabasic.hxx>
#include <unx/saldisp.hxx>
#include <unx/salgdi.h>
#include <unx/salframe.h>
-#include <unx/sm.hxx>
#include <unx/wmadaptor.hxx>
-#include <unx/genprn.h>
#include <unx/salbmp.h>
#include <unx/i18n_ic.hxx>
#include <unx/i18n_keysym.hxx>
-#include <unx/x11/xlimits.hxx>
#include <opengl/zone.hxx>
#include <unx/gensys.h>
-#include <sallayout.hxx>
#include <window.h>
#include <sal/macros.h>
@@ -66,7 +55,6 @@
#include <com/sun/star/uno/Exception.hpp>
#include <svdata.hxx>
-#include <strings.hrc>
#include <bitmaps.hlst>
#include <boost/optional.hpp>