diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-25 00:00:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-29 13:48:23 +0100 |
commit | 2660f132cc98c0fe14d5055a91a7cf126d5139f6 (patch) | |
tree | 03260ddac07fe55b5c3f4e6be68712217758a3ff /cppu/source/uno/loadmodule.hxx | |
parent | bdf40cca40ddbea8c5c903f2695d6f958c87bb3b (diff) |
tdf#42949 Fix IWYU warnings in cppu/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia1b2f0a9c99acc7ac538f3b41c1b6757d414db35
Reviewed-on: https://gerrit.libreoffice.org/66970
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppu/source/uno/loadmodule.hxx')
-rw-r--r-- | cppu/source/uno/loadmodule.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx index 8a964e088174..df24890ba3f3 100644 --- a/cppu/source/uno/loadmodule.hxx +++ b/cppu/source/uno/loadmodule.hxx @@ -21,9 +21,9 @@ #define INCLUDED_CPPU_SOURCE_UNO_LOADMODULE_HXX #include <sal/config.h> -#include <osl/module.hxx> +#include <rtl/ustring.hxx> -namespace rtl { class OUString; } +namespace osl { class Module; } namespace cppu { namespace detail { |