diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:12:09 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:40 -0600 |
commit | 1daa9264d5168f6ef100223359d963c1a0310c42 (patch) | |
tree | 855f43b4698251737c28c93d7a4bd7da3586e06d /include/cppu/helper/purpenv | |
parent | 2f3305e939b5ad1f1a6af5a608c10e745deb56d6 (diff) |
fdo#65108 inter-module includes <> include/cppu
Change-Id: I86db12420f5d84e467db72585609f8f144f73dad
Diffstat (limited to 'include/cppu/helper/purpenv')
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 4 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index 5c0f688d528d..e3696941e45f 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -21,8 +21,8 @@ #define INCLUDED_cppu_helper_purpenv_Environment_hxx #include <cppu/cppudllapi.h> -#include "uno/environment.h" -#include "cppu/Enterable.hxx" +#include <uno/environment.h> +#include <cppu/Enterable.hxx> namespace cppu { namespace helper { namespace purpenv { diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index 7b826ab06e88..e80de54f2195 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 "com/sun/star/uno/Any.h" +#include <com/sun/star/uno/Any.h> #include <cppu/cppudllapi.h> -#include "uno/environment.h" -#include "uno/mapping.h" +#include <uno/environment.h> +#include <uno/mapping.h> namespace cppu { namespace helper { namespace purpenv { |