diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/unoidl/detail/dllapi.hxx | 4 | ||||
-rw-r--r-- | include/unoidl/unoidl.hxx | 14 |
2 files changed, 9 insertions, 9 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 diff --git a/include/unoidl/unoidl.hxx b/include/unoidl/unoidl.hxx index 7a7c558bf2dc..117ac8710764 100644 --- a/include/unoidl/unoidl.hxx +++ b/include/unoidl/unoidl.hxx @@ -10,17 +10,17 @@ #ifndef INCLUDED_UNOIDL_UNOIDL_HXX #define INCLUDED_UNOIDL_UNOIDL_HXX -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <vector> -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" -#include "unoidl/detail/dllapi.hxx" +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <salhelper/simplereferenceobject.hxx> +#include <unoidl/detail/dllapi.hxx> namespace unoidl { |