From 9784934cb9054e7aa7b1574f926a555b107a31c8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 9 Sep 2018 23:32:59 +0200 Subject: tdf#42949 Fix IWYU warnings in include/ucbhelper/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7bfeef47abaf94cfb355db95c0fdb928ce36c0a6 Reviewed-on: https://gerrit.libreoffice.org/60232 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- unotools/source/misc/mediadescriptor.cxx | 1 + unotools/source/ucbhelper/ucblockbytes.cxx | 2 ++ unotools/source/ucbhelper/ucbstreamhelper.cxx | 1 + 3 files changed, 4 insertions(+) (limited to 'unotools') diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx index 21f3ab959a98..674f2a98a986 100644 --- a/unotools/source/misc/mediadescriptor.cxx +++ b/unotools/source/misc/mediadescriptor.cxx @@ -26,6 +26,7 @@ #include #include +#include #include #include #include diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index 92c5b30d80bc..8f8343a56870 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -30,6 +30,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index 7ded3ca9ad47..4cb749306149 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3