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

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

Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
üst 5db050af
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <osl/conditn.h> #include <osl/conditn.h>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include "salhelperdllapi.h" #include <salhelper/salhelperdllapi.h>
namespace salhelper namespace salhelper
{ {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <sal/types.h> #include <sal/types.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <osl/module.h> #include <osl/module.h>
#include "salhelperdllapi.h" #include <salhelper/salhelperdllapi.h>
namespace salhelper namespace salhelper
{ {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H #ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#define INCLUDED_SALHELPER_SALHELPERDLLAPI_H #define INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(SALHELPER_DLLIMPLEMENTATION) #if defined(SALHELPER_DLLIMPLEMENTATION)
#define SALHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define SALHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX #ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX #define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#include "osl/interlck.h" #include <osl/interlck.h>
#include "sal/types.h" #include <sal/types.h>
#include "salhelperdllapi.h" #include <salhelper/salhelperdllapi.h>
#include <cstddef> #include <cstddef>
#include <new> #include <new>
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#define INCLUDED_SALHELPER_SINGLETONREF_HXX #define INCLUDED_SALHELPER_SINGLETONREF_HXX
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include "rtl/instance.hxx" #include <rtl/instance.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/getglobalmutex.hxx" #include <osl/getglobalmutex.hxx>
namespace salhelper{ namespace salhelper{
......
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
#ifndef INCLUDED_SALHELPER_THREAD_HXX #ifndef INCLUDED_SALHELPER_THREAD_HXX
#define INCLUDED_SALHELPER_THREAD_HXX #define INCLUDED_SALHELPER_THREAD_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cstddef> #include <cstddef>
#include "osl/thread.hxx" #include <osl/thread.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "salhelper/salhelperdllapi.h" #include <salhelper/salhelperdllapi.h>
#include "salhelper/simplereferenceobject.hxx" #include <salhelper/simplereferenceobject.hxx>
namespace salhelper { namespace salhelper {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <salhelper/simplereferenceobject.hxx> #include <salhelper/simplereferenceobject.hxx>
#include <osl/time.h> #include <osl/time.h>
#include "salhelperdllapi.h" #include <salhelper/salhelperdllapi.h>
namespace salhelper namespace salhelper
{ {
......
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