summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-17 22:45:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-18 18:51:48 +0100
commit721366ebe1605f6167cc46a05fba12ce884b92cf (patch)
tree49acfc5ec3ebce6e012d909fbc5ce879e3aeb91c /cppu
parent537befbb2fd5f1587f7c9cd8c55498d29b713770 (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 'cppu')
-rw-r--r--cppu/source/AffineBridge/AffineBridge.cxx1
-rw-r--r--cppu/source/LogBridge/LogBridge.cxx1
-rw-r--r--cppu/source/UnsafeBridge/UnsafeBridge.cxx1
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Environment.cxx1
4 files changed, 4 insertions, 0 deletions
diff --git a/cppu/source/AffineBridge/AffineBridge.cxx b/cppu/source/AffineBridge/AffineBridge.cxx
index 378544edf652..a6cc4b7816d8 100644
--- a/cppu/source/AffineBridge/AffineBridge.cxx
+++ b/cppu/source/AffineBridge/AffineBridge.cxx
@@ -23,6 +23,7 @@
#include "osl/mutex.hxx"
#include <osl/diagnose.h>
+#include <cppu/Enterable.hxx>
#include "cppu/helper/purpenv/Environment.hxx"
#include "cppu/helper/purpenv/Mapping.hxx"
diff --git a/cppu/source/LogBridge/LogBridge.cxx b/cppu/source/LogBridge/LogBridge.cxx
index 3393580d5bad..709946e1a39b 100644
--- a/cppu/source/LogBridge/LogBridge.cxx
+++ b/cppu/source/LogBridge/LogBridge.cxx
@@ -24,6 +24,7 @@
#include <osl/diagnose.h>
#include "uno/dispatcher.h"
#include "typelib/typedescription.hxx"
+#include <cppu/Enterable.hxx>
#include "cppu/helper/purpenv/Environment.hxx"
#include "cppu/helper/purpenv/Mapping.hxx"
#include "cppu/EnvDcp.hxx"
diff --git a/cppu/source/UnsafeBridge/UnsafeBridge.cxx b/cppu/source/UnsafeBridge/UnsafeBridge.cxx
index 27cea46275b1..7483bbd5e8ed 100644
--- a/cppu/source/UnsafeBridge/UnsafeBridge.cxx
+++ b/cppu/source/UnsafeBridge/UnsafeBridge.cxx
@@ -22,6 +22,7 @@
#include "osl/thread.h"
#include "osl/thread.hxx"
+#include <cppu/Enterable.hxx>
#include "cppu/helper/purpenv/Environment.hxx"
#include "cppu/helper/purpenv/Mapping.hxx"
diff --git a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx
index ba70199dadbe..d3b47bfee7f0 100644
--- a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx
+++ b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx
@@ -22,6 +22,7 @@
#include "osl/diagnose.h"
#include "uno/lbnames.h"
+#include <cppu/Enterable.hxx>
#include "typelib/typedescription.h"
#include "osl/interlck.h"