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/uno | |
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/uno')
-rw-r--r-- | include/uno/dispatcher.h | 1 | ||||
-rw-r--r-- | include/uno/mapping.hxx | 2 | ||||
-rw-r--r-- | include/uno/threadpool.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h index 058ad964ccf7..71d1563db09a 100644 --- a/include/uno/dispatcher.h +++ b/include/uno/dispatcher.h @@ -20,7 +20,6 @@ #define INCLUDED_UNO_DISPATCHER_H #include <sal/types.h> -#include <rtl/ustring.h> #include <uno/any2.h> #ifdef __cplusplus diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index 2ad5ae1708d7..949542f1b9c6 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_UNO_MAPPING_HXX #define INCLUDED_UNO_MAPPING_HXX -#include <cppu/macros.hxx> +#include <uno/lbnames.h> #include <rtl/alloc.h> #include <rtl/ustring.hxx> #include <osl/diagnose.h> diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h index d1e738b264d1..c64b9e4dc811 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -21,7 +21,7 @@ #define INCLUDED_UNO_THREADPOOL_H #include <cppu/cppudllapi.h> -#include <rtl/byteseq.h> +#include <sal/types.h> #ifdef __cplusplus extern "C" { |