diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:18:04 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:42 -0600 |
commit | f49ffef7b3ce9ffb79931b79327c5df06f3530b7 (patch) | |
tree | 8e559e0935d537b5b2f946f6065360cc9edf4267 /include/salhelper | |
parent | 5db050afb33a73b7a19890ce9583fbb5fd295a23 (diff) |
fdo#65108 inter-module includes <> include/salhelper
Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
Diffstat (limited to 'include/salhelper')
-rw-r--r-- | include/salhelper/condition.hxx | 2 | ||||
-rw-r--r-- | include/salhelper/dynload.hxx | 2 | ||||
-rw-r--r-- | include/salhelper/salhelperdllapi.h | 2 | ||||
-rw-r--r-- | include/salhelper/simplereferenceobject.hxx | 6 | ||||
-rw-r--r-- | include/salhelper/singletonref.hxx | 6 | ||||
-rw-r--r-- | include/salhelper/thread.hxx | 10 | ||||
-rw-r--r-- | include/salhelper/timer.hxx | 2 |
7 files changed, 15 insertions, 15 deletions
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 <osl/conditn.h> #include <osl/mutex.hxx> -#include "salhelperdllapi.h" +#include <salhelper/salhelperdllapi.h> 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 <sal/types.h> #include <rtl/ustring.hxx> #include <osl/module.h> -#include "salhelperdllapi.h" +#include <salhelper/salhelperdllapi.h> 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 <sal/types.h> #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 <osl/interlck.h> +#include <sal/types.h> +#include <salhelper/salhelperdllapi.h> #include <cstddef> #include <new> 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 <osl/mutex.hxx> -#include "rtl/instance.hxx" -#include "osl/diagnose.h" -#include "osl/getglobalmutex.hxx" +#include <rtl/instance.hxx> +#include <osl/diagnose.h> +#include <osl/getglobalmutex.hxx> 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 <sal/config.h> #include <cstddef> -#include "osl/thread.hxx" -#include "sal/types.h" -#include "salhelper/salhelperdllapi.h" -#include "salhelper/simplereferenceobject.hxx" +#include <osl/thread.hxx> +#include <sal/types.h> +#include <salhelper/salhelperdllapi.h> +#include <salhelper/simplereferenceobject.hxx> 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 <salhelper/simplereferenceobject.hxx> #include <osl/time.h> -#include "salhelperdllapi.h" +#include <salhelper/salhelperdllapi.h> namespace salhelper { |