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

Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
This commit is contained in:
Norbert Thiebaud
2013-11-09 15:18:04 -06:00
parent 5db050afb3
commit f49ffef7b3
7 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
#include <osl/conditn.h>
#include <osl/mutex.hxx>
#include "salhelperdllapi.h"
#include <salhelper/salhelperdllapi.h>
namespace salhelper
{

View File

@@ -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
{

View File

@@ -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

View File

@@ -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>

View File

@@ -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{

View File

@@ -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 {

View File

@@ -23,7 +23,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <osl/time.h>
#include "salhelperdllapi.h"
#include <salhelper/salhelperdllapi.h>
namespace salhelper
{