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 --- idl/source/objects/bastype.cxx | 1 + idl/source/objects/object.cxx | 1 + idl/source/objects/slot.cxx | 1 + idl/source/prj/command.cxx | 4 +++- 4 files changed, 6 insertions(+), 1 deletion(-) (limited to 'idl') diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx index f83f901b17de..fc9d3b8a8cd8 100644 --- a/idl/source/objects/bastype.cxx +++ b/idl/source/objects/bastype.cxx @@ -25,6 +25,7 @@ #include #include #include +#include static bool ReadRangeSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm, sal_uLong nMin, sal_uLong nMax, sal_uLong* pValue ) diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 6af559ca757b..96bd62e91794 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 023a92622118..f0853a7e86f1 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 465cbfcf7bd6..6e1972799f68 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -17,16 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include #include #include +#include + #include #include #include -#include "sal/config.h" char const * SyntaxStrings[] = { "basic-type:", -- cgit