summaryrefslogtreecommitdiffstats
path: root/include/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/condition.hxx6
-rw-r--r--include/salhelper/dynload.hxx8
-rw-r--r--include/salhelper/linkhelper.hxx4
-rw-r--r--include/salhelper/refobj.hxx8
-rw-r--r--include/salhelper/salhelperdllapi.h2
-rw-r--r--include/salhelper/simplereferenceobject.hxx4
-rw-r--r--include/salhelper/singletonref.hxx10
-rw-r--r--include/salhelper/thread.hxx10
-rw-r--r--include/salhelper/timer.hxx6
9 files changed, 29 insertions, 29 deletions
diff --git a/include/salhelper/condition.hxx b/include/salhelper/condition.hxx
index a124a65cb7bb..0359a6de807e 100644
--- a/include/salhelper/condition.hxx
+++ b/include/salhelper/condition.hxx
@@ -22,9 +22,9 @@
#define INCLUDED_SALHELPER_CONDITION_HXX
-#include <osl/conditn.hxx>
-#include <osl/mutex.hxx>
-#include <salhelper/salhelperdllapi.h>
+#include "osl/conditn.hxx"
+#include "osl/mutex.hxx"
+#include "salhelper/salhelperdllapi.h"
namespace salhelper
{
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 071a83049771..98fe9af1f0ed 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_SALHELPER_DYNLOAD_HXX
#define INCLUDED_SALHELPER_DYNLOAD_HXX
-#include <sal/types.h>
-#include <rtl/ustring.hxx>
-#include <osl/module.h>
-#include <salhelper/salhelperdllapi.h>
+#include "sal/types.h"
+#include "rtl/ustring.hxx"
+#include "osl/module.h"
+#include "salhelper/salhelperdllapi.h"
namespace salhelper
{
diff --git a/include/salhelper/linkhelper.hxx b/include/salhelper/linkhelper.hxx
index a646668a661a..5eb5b051dce3 100644
--- a/include/salhelper/linkhelper.hxx
+++ b/include/salhelper/linkhelper.hxx
@@ -10,8 +10,8 @@
#ifndef INCLUDED_SALHELPER_LINKHELPER_HXX
#define INCLUDED_SALHELPER_LINKHELPER_HXX
-#include <rtl/ustring.hxx>
-#include <osl/file.hxx>
+#include "rtl/ustring.hxx"
+#include "osl/file.hxx"
namespace salhelper
{
diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx
index 1a646d4cb0fb..1d21661b7de8 100644
--- a/include/salhelper/refobj.hxx
+++ b/include/salhelper/refobj.hxx
@@ -22,10 +22,10 @@
#include <cassert>
-#include <sal/types.h>
-#include <rtl/alloc.h>
-#include <osl/diagnose.h>
-#include <osl/interlck.h>
+#include "sal/types.h"
+#include "rtl/alloc.h"
+#include "osl/diagnose.h"
+#include "osl/interlck.h"
namespace salhelper
{
diff --git a/include/salhelper/salhelperdllapi.h b/include/salhelper/salhelperdllapi.h
index 4eb4989b28a2..3fec057609f4 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 6671d92ad3b4..662c31a72350 100644
--- a/include/salhelper/simplereferenceobject.hxx
+++ b/include/salhelper/simplereferenceobject.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
-#include <osl/interlck.h>
-#include <salhelper/salhelperdllapi.h>
+#include "osl/interlck.h"
+#include "salhelper/salhelperdllapi.h"
#include <cstddef>
#include <new>
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 1dd7ef74597c..e83df522abee 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -20,14 +20,14 @@
#ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <osl/mutex.hxx>
-#include <rtl/instance.hxx>
-#include <osl/diagnose.h>
-#include <osl/getglobalmutex.hxx>
+#include "osl/mutex.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 9cf827f0edc9..b4fac5493a6a 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 ab02090d46da..ed20aadcaed1 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -21,9 +21,9 @@
#ifndef INCLUDED_SALHELPER_TIMER_HXX
#define INCLUDED_SALHELPER_TIMER_HXX
-#include <salhelper/simplereferenceobject.hxx>
-#include <osl/time.h>
-#include <salhelper/salhelperdllapi.h>
+#include "salhelper/simplereferenceobject.hxx"
+#include "osl/time.h"
+#include "salhelper/salhelperdllapi.h"
namespace salhelper
{