From 721366ebe1605f6167cc46a05fba12ce884b92cf Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 17 Nov 2014 22:45:11 +0100 Subject: 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 --- cppu/source/AffineBridge/AffineBridge.cxx | 1 + cppu/source/LogBridge/LogBridge.cxx | 1 + cppu/source/UnsafeBridge/UnsafeBridge.cxx | 1 + cppu/source/helper/purpenv/helper_purpenv_Environment.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'cppu') 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 +#include #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 #include "uno/dispatcher.h" #include "typelib/typedescription.hxx" +#include #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 #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 #include "typelib/typedescription.h" #include "osl/interlck.h" -- cgit