diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:35:28 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:47 -0600 |
commit | 6a138729d4086726def3eb8a8ea7c8eb77cb699b (patch) | |
tree | 61fb62c354fbd3de4b758bf38039f9d93e5f429d /include/unoidl/detail | |
parent | d1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff (diff) |
fdo#65108 inter-module includes <> include/unoidl
Change-Id: I9142171dee01644c55d33c4f80e994650f5fdf9d
Diffstat (limited to 'include/unoidl/detail')
-rw-r--r-- | include/unoidl/detail/dllapi.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unoidl/detail/dllapi.hxx b/include/unoidl/detail/dllapi.hxx index ad011ad4eb77..c9132786879d 100644 --- a/include/unoidl/detail/dllapi.hxx +++ b/include/unoidl/detail/dllapi.hxx @@ -11,9 +11,9 @@ #ifndef 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 #define LO_DLLPUBLIC_UNOIDL SAL_DLLPUBLIC_EXPORT |