diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:22:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:22:50 +0200 |
commit | 189abcf0db61c41a565bd355294bf6e712fc3e5a (patch) | |
tree | 97886355fdcdd9cca038611d67e0d889d3f77dd7 /include/cppu/helper | |
parent | 340c5c20c264277b3ac1cb9cfcdbb0499ae471d7 (diff) |
loplugin:includeform: UNO API include files
Change these back to consistently use the "..." form to include other UNO API
include files, for the benefit of external users of this API.
Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
Diffstat (limited to 'include/cppu/helper')
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 4 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index 35614b1a84e6..de14710fb1de 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX #define INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX -#include <cppu/cppudllapi.h> -#include <uno/environment.h> +#include "cppu/cppudllapi.h" +#include "uno/environment.h" namespace cppu { class Enterable; } diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index 01c998c07c07..7ac49a1d10c9 100644 --- a/include/cppu/helper/purpenv/Mapping.hxx +++ b/include/cppu/helper/purpenv/Mapping.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX #define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX -#include <cppu/cppudllapi.h> -#include <typelib/typedescription.h> -#include <uno/any2.h> -#include <uno/environment.h> -#include <uno/mapping.h> +#include "cppu/cppudllapi.h" +#include "typelib/typedescription.h" +#include "uno/any2.h" +#include "uno/environment.h" +#include "uno/mapping.h" namespace cppu { namespace helper { namespace purpenv { |