diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-02 22:20:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-06 09:07:23 +0100 |
commit | a6e3a862aac37f89da4177631d6d315159f4f47a (patch) | |
tree | 38e1032a5c14cf743fcb5b4ef7c107328065800b /extensions/source/inc/componentmodule.hxx | |
parent | bc4ef004b880fde2cdb8aba3c79f8b4a8d5764da (diff) |
tdf#42949 Fix IWYU warnings in extensions/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ice2becc34174bdb5507180df6aa1a3c55a55f394
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89859
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/inc/componentmodule.hxx')
-rw-r--r-- | extensions/source/inc/componentmodule.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx index 899c0f9e6315..d697ab86644e 100644 --- a/extensions/source/inc/componentmodule.hxx +++ b/extensions/source/inc/componentmodule.hxx @@ -25,14 +25,10 @@ More precise, you find helper classes to ease the use of resources and the registration of services. */ -#include <osl/mutex.hxx> -#include <unotools/resmgr.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/factory.hxx> -#include <rtl/string.hxx> #include <vector> namespace compmodule |