diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-06 23:52:01 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-14 10:21:47 +0100 |
commit | 1dd9200be9f167dc802b04529a54604691fe050e (patch) | |
tree | e6a8a26b7795872275d2ac991f3ee53635eb08bb /connectivity/source/resource | |
parent | ea10986a0939cacd34e8d3e026579c8ce3e6ac6c (diff) |
tdf#42949 Fix IWYU warnings in connectivity/*/*cxx
Except for platform specific drivers/ado and drivers/macab dirs
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I24b741cded8995e29ac3d518aeaa0d60b3c55b56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86317
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r-- | connectivity/source/resource/sharedresources.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index d2aba18aaaf0..3f7062f6be52 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -17,14 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <memory> #include <resource/sharedresources.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> - -#include <tools/diagnose_ex.h> #include <unotools/resmgr.hxx> #include <osl/diagnose.h> +#include <osl/mutex.hxx> #include <sal/log.hxx> namespace connectivity |