summaryrefslogtreecommitdiffstats
path: root/desktop/IwyuFilter_desktop.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-03 20:33:34 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-09 16:04:18 +0100
commit433e60eb5241a25102b754bc23045b6095b0de0d (patch)
treefaa85e06630d13c5c47303db203fa66fd61d47e6 /desktop/IwyuFilter_desktop.yaml
parenttdf#83419 sw change tracking: clean-up autocorrect (diff)
downloadcore-433e60eb5241a25102b754bc23045b6095b0de0d.tar.gz
core-433e60eb5241a25102b754bc23045b6095b0de0d.zip
tdf#42949 Fix new IWYU warnings in directories d*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8f3cd05dbd86bd22fd84d767adc44fc2b0c89404 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105468 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/IwyuFilter_desktop.yaml')
-rw-r--r--desktop/IwyuFilter_desktop.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/IwyuFilter_desktop.yaml b/desktop/IwyuFilter_desktop.yaml
index 0729ec1c7e89..cfe94e22cc28 100644
--- a/desktop/IwyuFilter_desktop.yaml
+++ b/desktop/IwyuFilter_desktop.yaml
@@ -49,6 +49,12 @@ excludelist:
desktop/source/minidump/minidump.cxx:
# Needed for ostringstream
- sstream
+ desktop/source/deployment/gui/dp_gui_updatedialog.cxx:
+ # Actually used
+ - vector
+ desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx:
+ # Actually used
+ - vector
desktop/source/deployment/manager/dp_properties.cxx:
# Actually used
- com/sun/star/ucb/XCommandEnvironment.hpp
@@ -85,3 +91,6 @@ excludelist:
desktop/source/deployment/registry/help/dp_help.cxx:
# Actually used
- com/sun/star/util/XMacroExpander.hpp
+ desktop/source/splash/splash.cxx:
+ # Needed for rtl::math::round
+ - rtl/math.hxx