diff options
Diffstat (limited to 'include/cppu/helper/purpenv/Mapping.hxx')
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |