Kaydet (Commit) a525fa44 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/osl

Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf
üst 1daa9264
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#ifndef INCLUDED_OSL_CONDITN_H #ifndef INCLUDED_OSL_CONDITN_H
#define INCLUDED_OSL_CONDITN_H #define INCLUDED_OSL_CONDITN_H
#include "sal/config.h" #include <sal/config.h>
#include "osl/time.h" #include <osl/time.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
#ifndef INCLUDED_OSL_DETAIL_FILE_H #ifndef INCLUDED_OSL_DETAIL_FILE_H
#define INCLUDED_OSL_DETAIL_FILE_H #define INCLUDED_OSL_DETAIL_FILE_H
#include "sal/config.h" #include <sal/config.h>
#include <sys/stat.h> #include <sys/stat.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
/** @cond INTERNAL */ /** @cond INTERNAL */
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_DIAGNOSE_H #ifndef INCLUDED_OSL_DIAGNOSE_H
#define INCLUDED_OSL_DIAGNOSE_H #define INCLUDED_OSL_DIAGNOSE_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/detail/log.h" #include <sal/detail/log.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
/** provides simple diagnostic support /** provides simple diagnostic support
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_OSL_DIAGNOSE_HXX #ifndef INCLUDED_OSL_DIAGNOSE_HXX
#define INCLUDED_OSL_DIAGNOSE_HXX #define INCLUDED_OSL_DIAGNOSE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <functional> #include <functional>
#include <typeinfo> #include <typeinfo>
...@@ -29,15 +29,15 @@ ...@@ -29,15 +29,15 @@
#if !HAVE_CXX11 #if !HAVE_CXX11
#define BOOST_NO_0X_HDR_TYPEINDEX #define BOOST_NO_0X_HDR_TYPEINDEX
#endif #endif
#include "boost/unordered_set.hpp" #include <boost/unordered_set.hpp>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/interlck.h" #include <osl/interlck.h>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/allocator.hxx" #include <rtl/allocator.hxx>
#include "rtl/instance.hxx" #include <rtl/instance.hxx>
#include "sal/log.hxx" #include <sal/log.hxx>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
/// @cond INTERNAL /// @cond INTERNAL
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_FILE_H #ifndef INCLUDED_OSL_FILE_H
#define INCLUDED_OSL_FILE_H #define INCLUDED_OSL_FILE_H
#include "sal/config.h" #include <sal/config.h>
#include "osl/time.h" #include <osl/time.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_FILE_HXX #ifndef INCLUDED_OSL_FILE_HXX
#define INCLUDED_OSL_FILE_HXX #define INCLUDED_OSL_FILE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <string.h> #include <string.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX #ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#define INCLUDED_OSL_GETGLOBALMUTEX_HXX #define INCLUDED_OSL_GETGLOBALMUTEX_HXX
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
namespace osl { namespace osl {
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_INTERLCK_H #ifndef INCLUDED_OSL_INTERLCK_H
#define INCLUDED_OSL_INTERLCK_H #define INCLUDED_OSL_INTERLCK_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_MODULE_H #ifndef INCLUDED_OSL_MODULE_H
#define INCLUDED_OSL_MODULE_H #define INCLUDED_OSL_MODULE_H
#include "sal/config.h" #include <sal/config.h>
#include "rtl/tencinfo.h" #include <rtl/tencinfo.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_MUTEX_H #ifndef INCLUDED_OSL_MUTEX_H
#define INCLUDED_OSL_MUTEX_H #define INCLUDED_OSL_MUTEX_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_NLSUPPORT_H #ifndef INCLUDED_OSL_NLSUPPORT_H
#define INCLUDED_OSL_NLSUPPORT_H #define INCLUDED_OSL_NLSUPPORT_H
#include "sal/config.h" #include <sal/config.h>
#include "rtl/locale.h" #include <rtl/locale.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_PIPE_H #ifndef INCLUDED_OSL_PIPE_H
#define INCLUDED_OSL_PIPE_H #define INCLUDED_OSL_PIPE_H
#include "sal/config.h" #include <sal/config.h>
#include "osl/security.h" #include <osl/security.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,17 +21,17 @@ ...@@ -21,17 +21,17 @@
#ifndef INCLUDED_OSL_PROCESS_H #ifndef INCLUDED_OSL_PROCESS_H
#define INCLUDED_OSL_PROCESS_H #define INCLUDED_OSL_PROCESS_H
#include "sal/config.h" #include <sal/config.h>
#include "osl/file.h" #include <osl/file.h>
#include "osl/pipe.h" #include <osl/pipe.h>
#include "osl/security.h" #include <osl/security.h>
#include "osl/socket.h" #include <osl/socket.h>
#include "osl/time.h" #include <osl/time.h>
#include "rtl/locale.h" #include <rtl/locale.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_PROFILE_H #ifndef INCLUDED_OSL_PROFILE_H
#define INCLUDED_OSL_PROFILE_H #define INCLUDED_OSL_PROFILE_H
#include "sal/config.h" #include <sal/config.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_PROFILE_HXX #ifndef INCLUDED_OSL_PROFILE_HXX
#define INCLUDED_OSL_PROFILE_HXX #define INCLUDED_OSL_PROFILE_HXX
#include "profile.h" #include <osl/profile.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <string.h> #include <string.h>
#include <list> #include <list>
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_H #ifndef INCLUDED_OSL_SECURITY_H
#define INCLUDED_OSL_SECURITY_H #define INCLUDED_OSL_SECURITY_H
#include "sal/config.h" #include <sal/config.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SIGNAL_H #ifndef INCLUDED_OSL_SIGNAL_H
#define INCLUDED_OSL_SIGNAL_H #define INCLUDED_OSL_SIGNAL_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_THREAD_H #ifndef INCLUDED_OSL_THREAD_H
#define INCLUDED_OSL_THREAD_H #define INCLUDED_OSL_THREAD_H
#include "sal/config.h" #include <sal/config.h>
#include "osl/time.h" #include <osl/time.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_THREAD_HXX #ifndef INCLUDED_OSL_THREAD_HXX
#define INCLUDED_OSL_THREAD_HXX #define INCLUDED_OSL_THREAD_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef _OSL_TIME_H_ #ifndef _OSL_TIME_H_
#define _OSL_TIME_H_ #define _OSL_TIME_H_
#include "sal/config.h" #include <sal/config.h>
#include "sal/saldllapi.h" #include <sal/saldllapi.h>
#include "sal/types.h" #include <sal/types.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment