From 8df9935dcbdb1b64385642fbd37d43ab5b3d092c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 20 Sep 2018 20:26:40 +0200 Subject: tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a Reviewed-on: https://gerrit.libreoffice.org/60837 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- connectivity/source/drivers/jdbc/Object.cxx | 1 + connectivity/source/manager/mdrivermanager.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'connectivity') diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx index 8fac24980fb7..13f9c79da482 100644 --- a/connectivity/source/drivers/jdbc/Object.cxx +++ b/connectivity/source/drivers/jdbc/Object.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index cac14c1d673f..ad58f39d85e7 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- cgit