summaryrefslogtreecommitdiff
path: root/vcl/source/window/winproc.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-24 20:40:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-28 09:29:37 +0200
commit55402d82c5a81322ff7bca3c277a8813bd967a09 (patch)
treebf3d5a9e0b91cabcdf01cf5dbdc82adc2ee05938 /vcl/source/window/winproc.cxx
parent001a5c47353cc87ce4f1d65d2e190e003e727d9e (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/
Plus a quick recheck for files in vcl/source/[a-g]*/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1ae951047be2e034da5f3b0422613ddb0a091ad Reviewed-on: https://gerrit.libreoffice.org/78065 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/window/winproc.cxx')
-rw-r--r--vcl/source/window/winproc.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index c096b0340565..089b24c0fec7 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -24,8 +24,6 @@
#include <unotools/localedatawrapper.hxx>
#include <comphelper/lok.hxx>
-#include <vcl/i18nhelp.hxx>
-#include <vcl/unohelp.hxx>
#include <vcl/timer.hxx>
#include <vcl/event.hxx>
#include <vcl/GestureEvent.hxx>
@@ -39,7 +37,6 @@
#include <vcl/dockwin.hxx>
#include <vcl/menu.hxx>
#include <vcl/virdev.hxx>
-#include <vcl/lazydelete.hxx>
#include <vcl/uitest/logger.hxx>
#include <vcl/ptrstyle.hxx>
@@ -51,7 +48,6 @@
#include <window.h>
#include <helpwin.hxx>
#include <brdwin.hxx>
-#include <salgdi.hxx>
#include <dndlistenercontainer.hxx>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>