From 6a0fe37dec107392fbe468a35b89071b9a93d2c1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 22:52:35 +0100 Subject: sal: clean up public headers with include-what-you-use Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05 --- ucbhelper/source/client/interceptedinteraction.cxx | 1 + ucbhelper/source/client/proxydecider.cxx | 2 ++ ucbhelper/source/provider/fd_inputstream.cxx | 1 + ucbhelper/source/provider/interactionrequest.cxx | 4 +++- ucbhelper/source/provider/simpleinteractionrequest.cxx | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) (limited to 'ucbhelper/source') diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx index f9d6dab72df4..284751f378bf 100644 --- a/ucbhelper/source/client/interceptedinteraction.cxx +++ b/ucbhelper/source/client/interceptedinteraction.cxx @@ -19,6 +19,7 @@ #include +#include namespace ucbhelper{ diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index d307a5084263..5f2bf5ce057d 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -20,6 +20,8 @@ #include #include #include + +#include #include #include #include diff --git a/ucbhelper/source/provider/fd_inputstream.cxx b/ucbhelper/source/provider/fd_inputstream.cxx index 2c40d03ad9f8..af2abda11273 100644 --- a/ucbhelper/source/provider/fd_inputstream.cxx +++ b/ucbhelper/source/provider/fd_inputstream.cxx @@ -20,6 +20,7 @@ #include "ucbhelper/fd_inputstream.hxx" #include +#include #include using namespace com::sun::star::uno; diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx index 18f15e100e3f..21f2d179f0da 100644 --- a/ucbhelper/source/provider/interactionrequest.cxx +++ b/ucbhelper/source/provider/interactionrequest.cxx @@ -23,9 +23,11 @@ ************************************************************************** *************************************************************************/ +#include + #include +#include #include -#include using namespace com::sun::star; using namespace ucbhelper; diff --git a/ucbhelper/source/provider/simpleinteractionrequest.cxx b/ucbhelper/source/provider/simpleinteractionrequest.cxx index 01a541726fa6..ea4d7ef5bb5f 100644 --- a/ucbhelper/source/provider/simpleinteractionrequest.cxx +++ b/ucbhelper/source/provider/simpleinteractionrequest.cxx @@ -19,6 +19,8 @@ #include +#include + using namespace com::sun::star; using namespace ucbhelper; -- cgit v1.2.3