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

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

Change-Id: I9142171dee01644c55d33c4f80e994650f5fdf9d
üst d1a00bb6
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#ifndef INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX #ifndef INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX
#define INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX #define INCLUDED_UNOIDL_DETAIL_DLLAPI_HXX
#include "sal/config.h" #include <sal/config.h>
#include "sal/types.h" #include <sal/types.h>
#if defined LO_DLLIMPLEMENTATION_UNOIDL #if defined LO_DLLIMPLEMENTATION_UNOIDL
#define LO_DLLPUBLIC_UNOIDL SAL_DLLPUBLIC_EXPORT #define LO_DLLPUBLIC_UNOIDL SAL_DLLPUBLIC_EXPORT
......
...@@ -10,17 +10,17 @@ ...@@ -10,17 +10,17 @@
#ifndef INCLUDED_UNOIDL_UNOIDL_HXX #ifndef INCLUDED_UNOIDL_UNOIDL_HXX
#define INCLUDED_UNOIDL_UNOIDL_HXX #define INCLUDED_UNOIDL_UNOIDL_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "salhelper/simplereferenceobject.hxx" #include <salhelper/simplereferenceobject.hxx>
#include "unoidl/detail/dllapi.hxx" #include <unoidl/detail/dllapi.hxx>
namespace unoidl { namespace unoidl {
......
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