diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-17 22:45:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 18:51:48 +0100 |
commit | 721366ebe1605f6167cc46a05fba12ce884b92cf (patch) | |
tree | 49acfc5ec3ebce6e012d909fbc5ce879e3aeb91c /include/cppu/helper | |
parent | 537befbb2fd5f1587f7c9cd8c55498d29b713770 (diff) |
cppu: clean up public headers with include-what-you-use
Unfortunately iwyu gets quite confused by the weird cyclic dependencies
between various foo.h/foo.hxx and cppumaker generated headers, so it's
not obvious if any improvement here is realistic...
Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
Diffstat (limited to 'include/cppu/helper')
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 2 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index 318baa0b468f..35614b1a84e6 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -22,8 +22,8 @@ #include <cppu/cppudllapi.h> #include <uno/environment.h> -#include <cppu/Enterable.hxx> +namespace cppu { class Enterable; } namespace cppu { namespace helper { namespace purpenv { diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index 7e834fd09d3a..c824607b60d5 100644 --- a/include/cppu/helper/purpenv/Mapping.hxx +++ b/include/cppu/helper/purpenv/Mapping.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX #define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX -#include <com/sun/star/uno/Any.h> - #include <cppu/cppudllapi.h> +#include <typelib/typedescription.h> +#include <uno/any2.h> #include <uno/environment.h> #include <uno/mapping.h> |