summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-09 23:12:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-10 10:15:00 +0200
commitdab764b70855c884cdd1583911b68031635c0f10 (patch)
tree435aee6d856a21afdf954d420109853b53bd98f7 /vcl
parentaabafa92a5d66a9d706125b88bfca55fd3ca6473 (diff)
tdf#42949 Fix IWYU warnings in include/vcl
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. There were some changes since last run and some omitted files Change-Id: I666ac8ed7d06684e252ca590e3d7d454e9e10975 Reviewed-on: https://gerrit.libreoffice.org/70497 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/png/PngFilterTest.cxx1
-rw-r--r--vcl/source/filter/png/PngImageReader.cxx1
-rw-r--r--vcl/source/window/mouse.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/png/PngFilterTest.cxx b/vcl/qa/cppunit/png/PngFilterTest.cxx
index fdb61f976cff..c304ee9d3fca 100644
--- a/vcl/qa/cppunit/png/PngFilterTest.cxx
+++ b/vcl/qa/cppunit/png/PngFilterTest.cxx
@@ -18,6 +18,7 @@
*/
#include <test/bootstrapfixture.hxx>
+#include <tools/stream.hxx>
#include <vcl/filter/PngImageReader.hxx>
#include <vcl/bitmapaccess.hxx>
#include <vcl/alpha.hxx>
diff --git a/vcl/source/filter/png/PngImageReader.cxx b/vcl/source/filter/png/PngImageReader.cxx
index be506874b667..e4024d80a598 100644
--- a/vcl/source/filter/png/PngImageReader.cxx
+++ b/vcl/source/filter/png/PngImageReader.cxx
@@ -10,6 +10,7 @@
#include <vcl/filter/PngImageReader.hxx>
#include <png.h>
+#include <tools/stream.hxx>
#include <vcl/bitmapaccess.hxx>
#include <bitmapwriteaccess.hxx>
#include <vcl/bitmap.hxx>
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 0fb993367317..b72b0abea42b 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -31,6 +31,7 @@
#include <vcl/floatwin.hxx>
#include <vcl/cursor.hxx>
#include <vcl/sysdata.hxx>
+#include <vcl/event.hxx>
#include <sal/types.h>