From 15b4ab8d1943f625b3648f72ebd1872467c5854c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 18 Nov 2014 00:06:30 +0100 Subject: cppuhelper: clean up public headers with include-what-you-use Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b --- cppuhelper/source/defaultbootstrap.cxx | 1 + cppuhelper/source/factory.cxx | 1 + cppuhelper/source/propshlp.cxx | 1 + cppuhelper/source/shlib.cxx | 1 + cppuhelper/source/typeprovider.cxx | 3 ++- cppuhelper/source/weak.cxx | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx index 8e877542e918..1fbbf8f541fc 100644 --- a/cppuhelper/source/defaultbootstrap.cxx +++ b/cppuhelper/source/defaultbootstrap.cxx @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index a212e7dac5ca..29100b60e70d 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index c57a61d897c5..d19e65674839 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index c150364d5a0a..8868d591ee91 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/cppuhelper/source/typeprovider.cxx b/cppuhelper/source/typeprovider.cxx index b20ec1bd9072..e56ebead1cbe 100644 --- a/cppuhelper/source/typeprovider.cxx +++ b/cppuhelper/source/typeprovider.cxx @@ -17,8 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include + +#include #include using namespace osl; diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index 212a9be34775..deb3a2b64743 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -24,6 +24,7 @@ #include #include #include +#include using namespace osl; using namespace com::sun::star::uno; -- cgit