From 54515a6a01a372729bf8a7f9e992c51f214ec9a6 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 26 Dec 2018 16:58:46 +0100 Subject: tdf#42949 Fix IWYU warnings in salhelper/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here and only for files that are actually compiling Change-Id: I70357eade9552984fdb3b7590f1e8237a02a7d1d Reviewed-on: https://gerrit.libreoffice.org/65650 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- salhelper/source/dynload.cxx | 1 - salhelper/source/timer.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'salhelper/source') diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx index 63e3201f3ae7..d3b8e70fb292 100644 --- a/salhelper/source/dynload.cxx +++ b/salhelper/source/dynload.cxx @@ -18,7 +18,6 @@ */ #include -#include namespace salhelper { diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx index b4e2dba961ee..8101b23875fb 100644 --- a/salhelper/source/timer.cxx +++ b/salhelper/source/timer.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include -#include #include #include -- cgit