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 --- svl/source/fsstor/fsstorage.cxx | 1 + svl/source/fsstor/oinputstreamcontainer.cxx | 1 + svl/source/fsstor/ostreamcontainer.cxx | 3 ++- svl/source/inc/fsfactory.hxx | 1 + svl/source/misc/strmadpt.cxx | 1 + svl/source/numbers/supservs.cxx | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/fsstor/fsstorage.cxx b/svl/source/fsstor/fsstorage.cxx index 9eb5547aee02..d3c3c9a7c23c 100644 --- a/svl/source/fsstor/fsstorage.cxx +++ b/svl/source/fsstor/fsstorage.cxx @@ -46,6 +46,7 @@ #include #include +#include #include #include diff --git a/svl/source/fsstor/oinputstreamcontainer.cxx b/svl/source/fsstor/oinputstreamcontainer.cxx index 3a9280d75012..948b44c8dc87 100644 --- a/svl/source/fsstor/oinputstreamcontainer.cxx +++ b/svl/source/fsstor/oinputstreamcontainer.cxx @@ -20,6 +20,7 @@ #include "oinputstreamcontainer.hxx" #include +#include using namespace ::com::sun::star; diff --git a/svl/source/fsstor/ostreamcontainer.cxx b/svl/source/fsstor/ostreamcontainer.cxx index 2651ad4c8398..48fafcde9460 100644 --- a/svl/source/fsstor/ostreamcontainer.cxx +++ b/svl/source/fsstor/ostreamcontainer.cxx @@ -17,9 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "ostreamcontainer.hxx" +#include + using namespace ::com::sun::star; diff --git a/svl/source/inc/fsfactory.hxx b/svl/source/inc/fsfactory.hxx index 6196e840f22a..eb8e11ea2a28 100644 --- a/svl/source/inc/fsfactory.hxx +++ b/svl/source/inc/fsfactory.hxx @@ -22,6 +22,7 @@ #include #include +#include #include #include #include diff --git a/svl/source/misc/strmadpt.cxx b/svl/source/misc/strmadpt.cxx index eb4568bb06a1..43923f1a2797 100644 --- a/svl/source/misc/strmadpt.cxx +++ b/svl/source/misc/strmadpt.cxx @@ -27,6 +27,7 @@ #include #include +#include #include #include #include diff --git a/svl/source/numbers/supservs.cxx b/svl/source/numbers/supservs.cxx index 34f9b440e6ad..edc00482c474 100644 --- a/svl/source/numbers/supservs.cxx +++ b/svl/source/numbers/supservs.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit