From f49ffef7b3ce9ffb79931b79327c5df06f3530b7 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:18:04 -0600 Subject: fdo#65108 inter-module includes <> include/salhelper Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a --- include/salhelper/condition.hxx | 2 +- include/salhelper/dynload.hxx | 2 +- include/salhelper/salhelperdllapi.h | 2 +- include/salhelper/simplereferenceobject.hxx | 6 +++--- include/salhelper/singletonref.hxx | 6 +++--- include/salhelper/thread.hxx | 10 +++++----- include/salhelper/timer.hxx | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'include') diff --git a/include/salhelper/condition.hxx b/include/salhelper/condition.hxx index e7c3ed6e1110..960bdbeae6b1 100644 --- a/include/salhelper/condition.hxx +++ b/include/salhelper/condition.hxx @@ -24,7 +24,7 @@ #include #include -#include "salhelperdllapi.h" +#include namespace salhelper { diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index fe3365de4960..826a217c0649 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -23,7 +23,7 @@ #include #include #include -#include "salhelperdllapi.h" +#include namespace salhelper { diff --git a/include/salhelper/salhelperdllapi.h b/include/salhelper/salhelperdllapi.h index 3fec057609f4..4eb4989b28a2 100644 --- a/include/salhelper/salhelperdllapi.h +++ b/include/salhelper/salhelperdllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H #define INCLUDED_SALHELPER_SALHELPERDLLAPI_H -#include "sal/types.h" +#include #if defined(SALHELPER_DLLIMPLEMENTATION) #define SALHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx index 32e2bf991938..5f901c3f1015 100644 --- a/include/salhelper/simplereferenceobject.hxx +++ b/include/salhelper/simplereferenceobject.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX #define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX -#include "osl/interlck.h" -#include "sal/types.h" -#include "salhelperdllapi.h" +#include +#include +#include #include #include diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx index ad8b1fbeb4cb..70606c7a1fdc 100644 --- a/include/salhelper/singletonref.hxx +++ b/include/salhelper/singletonref.hxx @@ -21,9 +21,9 @@ #define INCLUDED_SALHELPER_SINGLETONREF_HXX #include -#include "rtl/instance.hxx" -#include "osl/diagnose.h" -#include "osl/getglobalmutex.hxx" +#include +#include +#include namespace salhelper{ diff --git a/include/salhelper/thread.hxx b/include/salhelper/thread.hxx index b160b2d1eb6a..32ecaf678d9a 100644 --- a/include/salhelper/thread.hxx +++ b/include/salhelper/thread.hxx @@ -10,14 +10,14 @@ #ifndef INCLUDED_SALHELPER_THREAD_HXX #define INCLUDED_SALHELPER_THREAD_HXX -#include "sal/config.h" +#include #include -#include "osl/thread.hxx" -#include "sal/types.h" -#include "salhelper/salhelperdllapi.h" -#include "salhelper/simplereferenceobject.hxx" +#include +#include +#include +#include namespace salhelper { diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx index b05c273dd4ec..8043e8381eff 100644 --- a/include/salhelper/timer.hxx +++ b/include/salhelper/timer.hxx @@ -23,7 +23,7 @@ #include #include -#include "salhelperdllapi.h" +#include namespace salhelper { -- cgit