summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.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/window.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/window.cxx')
-rw-r--r--vcl/source/window/window.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 02e10941d61d..e9cff73fbe58 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <config_features.h>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
@@ -30,16 +29,11 @@
#include <vcl/vclevent.hxx>
#include <vcl/window.hxx>
#include <vcl/syswin.hxx>
-#include <vcl/syschild.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/wall.hxx>
#include <vcl/fixed.hxx>
-#include <vcl/gradient.hxx>
-#include <vcl/button.hxx>
#include <vcl/taskpanelist.hxx>
-#include <vcl/dialog.hxx>
#include <vcl/toolkit/unowrap.hxx>
-#include <vcl/gdimtf.hxx>
#include <vcl/lazydelete.hxx>
#include <vcl/virdev.hxx>
#include <vcl/settings.hxx>
@@ -49,7 +43,6 @@
#include <vcl/transfer.hxx>
#include <vcl/uitest/uiobject.hxx>
-#include <vcl/uitest/uitest.hxx>
#include <salframe.hxx>
#include <salobj.hxx>
@@ -61,21 +54,19 @@
#include <outdev.h>
#include <brdwin.hxx>
#include <helpwin.hxx>
-#include <dndlistenercontainer.hxx>
-#include <com/sun/star/awt/XDisplayConnection.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
-#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp>
+#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
+#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/rendering/CanvasFactory.hpp>
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/configmgr.hxx>
-#include <tools/diagnose_ex.h>
+#include <osl/diagnose.h>
#include <tools/debug.hxx>
#include <cassert>
-#include <set>
#include <typeinfo>
#ifdef _WIN32 // see #140456#