fdo#65108 inter-module includes <> include/salhelper
Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <osl/conditn.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include "salhelperdllapi.h"
|
||||
#include <salhelper/salhelperdllapi.h>
|
||||
|
||||
namespace salhelper
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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{
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <salhelper/simplereferenceobject.hxx>
|
||||
#include <osl/time.h>
|
||||
#include "salhelperdllapi.h"
|
||||
#include <salhelper/salhelperdllapi.h>
|
||||
|
||||
namespace salhelper
|
||||
{
|
||||
|
Reference in New Issue
Block a user