From 6a138729d4086726def3eb8a8ea7c8eb77cb699b Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:35:28 -0600 Subject: fdo#65108 inter-module includes <> include/unoidl Change-Id: I9142171dee01644c55d33c4f80e994650f5fdf9d --- include/unoidl/detail/dllapi.hxx | 4 ++-- include/unoidl/unoidl.hxx | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'include') diff --git a/include/unoidl/detail/dllapi.hxx b/include/unoidl/detail/dllapi.hxx index ad011ad4eb77..c9132786879d 100644 --- a/include/unoidl/detail/dllapi.hxx +++ b/include/unoidl/detail/dllapi.hxx @@ -11,9 +11,9 @@ #ifndef INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX #define INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX -#include "sal/config.h" +#include -#include "sal/types.h" +#include #if defined LO_DLLIMPLEMENTATION_UNOIDL #define LO_DLLPUBLIC_UNOIDL SAL_DLLPUBLIC_EXPORT diff --git a/include/unoidl/unoidl.hxx b/include/unoidl/unoidl.hxx index 7a7c558bf2dc..117ac8710764 100644 --- a/include/unoidl/unoidl.hxx +++ b/include/unoidl/unoidl.hxx @@ -10,17 +10,17 @@ #ifndef INCLUDED_UNOIDL_UNOIDL_HXX #define INCLUDED_UNOIDL_UNOIDL_HXX -#include "sal/config.h" +#include #include #include -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" -#include "unoidl/detail/dllapi.hxx" +#include +#include +#include +#include +#include +#include namespace unoidl { -- cgit