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

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

Change-Id: I4adce49a3f19eb16eb0b0d4a743b150c28a4a453
üst 1b9742b7
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
#ifndef INCLUDED_SAL_DETAIL_LOG_H #ifndef INCLUDED_SAL_DETAIL_LOG_H
#define INCLUDED_SAL_DETAIL_LOG_H #define INCLUDED_SAL_DETAIL_LOG_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>
/** @cond INTERNAL */ /** @cond INTERNAL */
......
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
#ifndef INCLUDED_SAL_LOG_HXX #ifndef INCLUDED_SAL_LOG_HXX
#define INCLUDED_SAL_LOG_HXX #define INCLUDED_SAL_LOG_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cstdlib> #include <cstdlib>
#include <sstream> #include <sstream>
#include <string> #include <string>
#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>
// Avoid the use of other sal code in this header as much as possible, so that // Avoid the use of other sal code in this header as much as possible, so that
// this code can be called from other sal code without causing endless // this code can be called from other sal code without causing endless
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_SAL_MAIN_H #ifndef INCLUDED_SAL_MAIN_H
#define INCLUDED_SAL_MAIN_H #define INCLUDED_SAL_MAIN_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>
#if defined AIX #if defined AIX
#include <unistd.h> #include <unistd.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_MATHCONF_H #ifndef INCLUDED_SAL_MATHCONF_H
#define INCLUDED_SAL_MATHCONF_H #define INCLUDED_SAL_MATHCONF_H
#include "osl/endian.h" #include <osl/endian.h>
#include <float.h> #include <float.h>
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_SAL_SALDLLAPI_H #ifndef INCLUDED_SAL_SALDLLAPI_H
#define INCLUDED_SAL_SALDLLAPI_H #define INCLUDED_SAL_SALDLLAPI_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/types.h" #include <sal/types.h>
#if defined(SAL_DLLIMPLEMENTATION) #if defined(SAL_DLLIMPLEMENTATION)
#define SAL_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define SAL_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
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