summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:13:21 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:41 -0600
commita525fa440245833eb9520c9d290eff2ecebfa615 (patch)
tree4fb08f6ddf1b2d8e279e364564736d0379656b34 /include/osl
parent1daa9264d5168f6ef100223359d963c1a0310c42 (diff)
fdo#65108 inter-module includes <> include/osl
Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/conditn.h6
-rw-r--r--include/osl/detail/file.h6
-rw-r--r--include/osl/diagnose.h8
-rw-r--r--include/osl/diagnose.hxx20
-rw-r--r--include/osl/file.h8
-rw-r--r--include/osl/file.hxx2
-rw-r--r--include/osl/getglobalmutex.hxx2
-rw-r--r--include/osl/interlck.h6
-rw-r--r--include/osl/module.h8
-rw-r--r--include/osl/mutex.h6
-rw-r--r--include/osl/nlsupport.h8
-rw-r--r--include/osl/pipe.h8
-rw-r--r--include/osl/process.h22
-rw-r--r--include/osl/profile.h8
-rw-r--r--include/osl/profile.hxx2
-rw-r--r--include/osl/security.h6
-rw-r--r--include/osl/signal.h6
-rw-r--r--include/osl/thread.h8
-rw-r--r--include/osl/thread.hxx2
-rw-r--r--include/osl/time.h6
20 files changed, 74 insertions, 74 deletions
diff --git a/include/osl/conditn.h b/include/osl/conditn.h
index a5d3d6054d01..953ac5de8938 100644
--- a/include/osl/conditn.h
+++ b/include/osl/conditn.h
@@ -21,10 +21,10 @@
#ifndef INCLUDED_OSL_CONDITN_H
#define INCLUDED_OSL_CONDITN_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "osl/time.h"
-#include "sal/saldllapi.h"
+#include <osl/time.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/detail/file.h b/include/osl/detail/file.h
index aebec89088d1..b9ddabafd8ff 100644
--- a/include/osl/detail/file.h
+++ b/include/osl/detail/file.h
@@ -10,12 +10,12 @@
#ifndef INCLUDED_OSL_DETAIL_FILE_H
#define INCLUDED_OSL_DETAIL_FILE_H
-#include "sal/config.h"
+#include <sal/config.h>
#include <sys/stat.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
/** @cond INTERNAL */
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h
index 883e63a04d6f..e51711edd899 100644
--- a/include/osl/diagnose.h
+++ b/include/osl/diagnose.h
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_DIAGNOSE_H
#define INCLUDED_OSL_DIAGNOSE_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/detail/log.h"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/detail/log.h>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
/** provides simple diagnostic support
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 3d697d46e7c0..5ae21d742cef 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_OSL_DIAGNOSE_HXX
#define INCLUDED_OSL_DIAGNOSE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <functional>
#include <typeinfo>
@@ -29,15 +29,15 @@
#if !HAVE_CXX11
#define BOOST_NO_0X_HDR_TYPEINDEX
#endif
-#include "boost/unordered_set.hpp"
-#include "osl/diagnose.h"
-#include "osl/interlck.h"
-#include "osl/mutex.hxx"
-#include "rtl/allocator.hxx"
-#include "rtl/instance.hxx"
-#include "sal/log.hxx"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <boost/unordered_set.hpp>
+#include <osl/diagnose.h>
+#include <osl/interlck.h>
+#include <osl/mutex.hxx>
+#include <rtl/allocator.hxx>
+#include <rtl/instance.hxx>
+#include <sal/log.hxx>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
/// @cond INTERNAL
diff --git a/include/osl/file.h b/include/osl/file.h
index facbb26c5d14..ed72aabee6e6 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_FILE_H
#define INCLUDED_OSL_FILE_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "osl/time.h"
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
+#include <osl/time.h>
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index bdb5bda44e3c..7b50b537ea92 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_FILE_HXX
#define INCLUDED_OSL_FILE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <string.h>
diff --git a/include/osl/getglobalmutex.hxx b/include/osl/getglobalmutex.hxx
index 4fbd32a3e4b5..7ac2c673f4a9 100644
--- a/include/osl/getglobalmutex.hxx
+++ b/include/osl/getglobalmutex.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#define INCLUDED_OSL_GETGLOBALMUTEX_HXX
-#include "osl/mutex.hxx"
+#include <osl/mutex.hxx>
namespace osl {
diff --git a/include/osl/interlck.h b/include/osl/interlck.h
index 416704299ae2..925e5f298e3a 100644
--- a/include/osl/interlck.h
+++ b/include/osl/interlck.h
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_INTERLCK_H
#define INCLUDED_OSL_INTERLCK_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/module.h b/include/osl/module.h
index 982e846b8724..b89c57115e02 100644
--- a/include/osl/module.h
+++ b/include/osl/module.h
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_MODULE_H
#define INCLUDED_OSL_MODULE_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
+#include <rtl/tencinfo.h>
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/mutex.h b/include/osl/mutex.h
index 98d897ae8b32..e500ec380990 100644
--- a/include/osl/mutex.h
+++ b/include/osl/mutex.h
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_MUTEX_H
#define INCLUDED_OSL_MUTEX_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/nlsupport.h b/include/osl/nlsupport.h
index 9173151f4054..3c07707f3a19 100644
--- a/include/osl/nlsupport.h
+++ b/include/osl/nlsupport.h
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_NLSUPPORT_H
#define INCLUDED_OSL_NLSUPPORT_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/locale.h"
-#include "rtl/textenc.h"
-#include "sal/saldllapi.h"
+#include <rtl/locale.h>
+#include <rtl/textenc.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index f5b1561c7341..dcfdcf309db8 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_PIPE_H
#define INCLUDED_OSL_PIPE_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "osl/security.h"
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
+#include <osl/security.h>
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/process.h b/include/osl/process.h
index 300c5754655e..f2193cb8cb56 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -21,17 +21,17 @@
#ifndef INCLUDED_OSL_PROCESS_H
#define INCLUDED_OSL_PROCESS_H
-#include "sal/config.h"
-
-#include "osl/file.h"
-#include "osl/pipe.h"
-#include "osl/security.h"
-#include "osl/socket.h"
-#include "osl/time.h"
-#include "rtl/locale.h"
-#include "rtl/textenc.h"
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
+#include <sal/config.h>
+
+#include <osl/file.h>
+#include <osl/pipe.h>
+#include <osl/security.h>
+#include <osl/socket.h>
+#include <osl/time.h>
+#include <rtl/locale.h>
+#include <rtl/textenc.h>
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/profile.h b/include/osl/profile.h
index 40ccc7dfeae1..c81507f131dc 100644
--- a/include/osl/profile.h
+++ b/include/osl/profile.h
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_PROFILE_H
#define INCLUDED_OSL_PROFILE_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx
index 3d7452174f00..bd4794e04951 100644
--- a/include/osl/profile.hxx
+++ b/include/osl/profile.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_PROFILE_HXX
#define INCLUDED_OSL_PROFILE_HXX
-#include "profile.h"
+#include <osl/profile.h>
#include <rtl/ustring.hxx>
#include <string.h>
#include <list>
diff --git a/include/osl/security.h b/include/osl/security.h
index 4fa780b5fedc..bacf67966a28 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_H
#define INCLUDED_OSL_SECURITY_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/ustring.h"
-#include "sal/saldllapi.h"
+#include <rtl/ustring.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/signal.h b/include/osl/signal.h
index 75af0329a622..39d0ff08fd4f 100644
--- a/include/osl/signal.h
+++ b/include/osl/signal.h
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SIGNAL_H
#define INCLUDED_OSL_SIGNAL_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 23a52e422c5c..7c2dd3c270e2 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_THREAD_H
#define INCLUDED_OSL_THREAD_H
-#include "sal/config.h"
+#include <sal/config.h>
-#include "osl/time.h"
-#include "rtl/textenc.h"
-#include "sal/saldllapi.h"
+#include <osl/time.h>
+#include <rtl/textenc.h>
+#include <sal/saldllapi.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 571ea1fc2663..2f91b29afa8c 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_THREAD_HXX
#define INCLUDED_OSL_THREAD_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
diff --git a/include/osl/time.h b/include/osl/time.h
index 484adb0e70c6..1b35d20be8bc 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -20,10 +20,10 @@
#ifndef _OSL_TIME_H_
#define _OSL_TIME_H_
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {